From 54c758ef64e8029c523e15f36583ff7f4f06617c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngela=20Teposte?= Date: Mon, 21 Oct 2024 19:07:39 +0000 Subject: [PATCH] [IMP] stock_by_warehouse: Enhance stock visibility for warehouse-Wizard To enhance user comprehension by improving the visibility of stock levels across different warehouses, especially when creating a sale and checking stock availability. This feature is particularly useful for managing stock across multiple locations. Additionally, conditional help tooltips have been added to assist in correctly interpreting the values, and translation terms have been updated. --- stock_by_warehouse/i18n/es.po | 63 +++++++++-- .../components/warehouse/warehouse_field.xml | 106 +++++++++++------- 2 files changed, 117 insertions(+), 52 deletions(-) diff --git a/stock_by_warehouse/i18n/es.po b/stock_by_warehouse/i18n/es.po index c25631bc8fb..c343c6422f7 100644 --- a/stock_by_warehouse/i18n/es.po +++ b/stock_by_warehouse/i18n/es.po @@ -26,22 +26,37 @@ msgstr "... ver todos los almacenes .." #. odoo-javascript #: code:addons/stock_by_warehouse/static/src/components/warehouse/warehouse_field.xml:0 #, python-format -msgid "Available now but not necessarily what I can sale" -msgstr "Cantidad disponible pero no necesariamente puede ser vendida" +msgid "Available" +msgstr "Disponible" #. module: stock_by_warehouse #. odoo-javascript #: code:addons/stock_by_warehouse/static/src/components/warehouse/warehouse_field.xml:0 #, python-format -msgid "I can sale this quantity now and deliver it immediately" -msgstr "Puedo vender esta cantidad ahora y entregarla inmediatamente" +msgid "Available now, but not necessarily for sale" +msgstr "Disponible ahora, pero no necesariamente para vender" #. module: stock_by_warehouse #. odoo-javascript #: code:addons/stock_by_warehouse/static/src/components/warehouse/warehouse_field.xml:0 #, python-format -msgid "Is coming in" -msgstr "Esta llegando" +msgid "Incoming" +msgstr "Entrante" + +#. module: stock_by_warehouse +#. odoo-javascript +#: code:addons/stock_by_warehouse/static/src/components/warehouse/warehouse_field.xml:0 +#, python-format +msgid "Incoming stock may not cover or will barely meet demand." +msgstr "" +"Es posible que el stock entrante no cubra o apenas satisfaga la demanda." + +#. module: stock_by_warehouse +#. odoo-javascript +#: code:addons/stock_by_warehouse/static/src/components/warehouse/warehouse_field.xml:0 +#, python-format +msgid "It is coming in. It will be available soon." +msgstr "Está en camino. Estará disponible pronto." #. module: stock_by_warehouse #. odoo-javascript @@ -57,6 +72,20 @@ msgstr "Ubicación" msgid "Locations:" msgstr "Ubicaciones:" +#. module: stock_by_warehouse +#. odoo-javascript +#: code:addons/stock_by_warehouse/static/src/components/warehouse/warehouse_field.xml:0 +#, python-format +msgid "No quantities are coming in." +msgstr "No hay unidades por llegar." + +#. module: stock_by_warehouse +#. odoo-javascript +#: code:addons/stock_by_warehouse/static/src/components/warehouse/warehouse_field.xml:0 +#, python-format +msgid "On Hand" +msgstr "A mano" + #. module: stock_by_warehouse #. odoo-javascript #: code:addons/stock_by_warehouse/static/src/components/warehouse/warehouse_field.xml:0 @@ -131,15 +160,29 @@ msgstr "El producto está disponible en:" #. odoo-javascript #: code:addons/stock_by_warehouse/static/src/components/warehouse/warehouse_field.xml:0 #, python-format -msgid "This is real(on hand) quantity minus reserved quantity" -msgstr "Esta es la cantidad real (en mano) menos la cantidad reservada" +msgid "" +"There is a deficit. The reserved quantity is greater than the available " +"stock." +msgstr "" +"Hay un déficit. La cantidad reservada es mayor que el inventario disponible." + +#. module: stock_by_warehouse +#. odoo-javascript +#: code:addons/stock_by_warehouse/static/src/components/warehouse/warehouse_field.xml:0 +#, python-format +msgid "" +"This quantity is available for immediate sale and delivery.\n" +"This represents on hand quantity minus the reserved stock." +msgstr "" +"Esta cantidad está disponible para venta y entrega inmediata.\n" +"Esto representa la cantidad en existencia menos el inventario reservado." #. module: stock_by_warehouse #. odoo-javascript #: code:addons/stock_by_warehouse/static/src/components/warehouse/warehouse_field.xml:0 #, python-format -msgid "This will be available next" -msgstr "Esto estará disponible pronto" +msgid "Warehouse" +msgstr "Almacén" #. module: stock_by_warehouse #. odoo-javascript diff --git a/stock_by_warehouse/static/src/components/warehouse/warehouse_field.xml b/stock_by_warehouse/static/src/components/warehouse/warehouse_field.xml index 9568c776b66..e08f8629c83 100644 --- a/stock_by_warehouse/static/src/components/warehouse/warehouse_field.xml +++ b/stock_by_warehouse/static/src/components/warehouse/warehouse_field.xml @@ -27,61 +27,83 @@

-
-
+ + + + + + + + + + + -
-
- - | - -
- +
+ + + + - - + +
WarehouseOn HandOutgoingAvailableIncoming
+ -
+
-
- - -
- = +
+ + + + This quantity is available for immediate sale and delivery. +This represents on hand quantity minus the reserved stock. + + + There is a deficit. The reserved quantity is greater than the available stock. + + -
- + +
+ + Incoming stock may not cover or will barely meet demand. + + + No quantities are coming in. + + + It is coming in. It will be available soon. + + -
- = - - - +