diff --git a/stock_secondary_unit/__manifest__.py b/stock_secondary_unit/__manifest__.py index 2271b25a1..490e1b5d4 100644 --- a/stock_secondary_unit/__manifest__.py +++ b/stock_secondary_unit/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock Secondary Unit", "summary": "Get product quantities in a secondary unit", - "version": "13.0.2.0.0", + "version": "13.0.2.1.0", "development_status": "Production/Stable", "category": "stock", "website": "https://github.com/OCA/stock-logistics-warehouse", diff --git a/stock_secondary_unit/i18n/es.po b/stock_secondary_unit/i18n/es.po index 2acd50bdd..d20c495f9 100644 --- a/stock_secondary_unit/i18n/es.po +++ b/stock_secondary_unit/i18n/es.po @@ -39,6 +39,7 @@ msgstr "ID" #. module: stock_secondary_unit #: model:ir.model.fields,field_description:stock_secondary_unit.field_stock_move__product_uom_qty +#: model:ir.model.fields,field_description:stock_secondary_unit.field_stock_reservation__product_uom_qty msgid "Initial Demand" msgstr "" @@ -93,6 +94,7 @@ msgstr "Unidad Secundaria" #. module: stock_secondary_unit #: model:ir.model.fields,help:stock_secondary_unit.field_stock_move__product_uom_qty +#: model:ir.model.fields,help:stock_secondary_unit.field_stock_reservation__product_uom_qty msgid "" "This is the quantity of products from an inventory point of view. For moves " "in the state 'done', this is the quantity of products that were actually " diff --git a/stock_secondary_unit/i18n/stock_secondary_unit.pot b/stock_secondary_unit/i18n/stock_secondary_unit.pot index dd55f8e0d..cf086e5df 100644 --- a/stock_secondary_unit/i18n/stock_secondary_unit.pot +++ b/stock_secondary_unit/i18n/stock_secondary_unit.pot @@ -35,6 +35,7 @@ msgstr "" #. module: stock_secondary_unit #: model:ir.model.fields,field_description:stock_secondary_unit.field_stock_move__product_uom_qty +#: model:ir.model.fields,field_description:stock_secondary_unit.field_stock_reservation__product_uom_qty msgid "Initial Demand" msgstr "" @@ -88,6 +89,7 @@ msgstr "" #. module: stock_secondary_unit #: model:ir.model.fields,help:stock_secondary_unit.field_stock_move__product_uom_qty +#: model:ir.model.fields,help:stock_secondary_unit.field_stock_reservation__product_uom_qty msgid "" "This is the quantity of products from an inventory point of view. For moves " "in the state 'done', this is the quantity of products that were actually " diff --git a/stock_secondary_unit/i18n/zh_CN.po b/stock_secondary_unit/i18n/zh_CN.po index 47986d9e0..b1f578c1a 100644 --- a/stock_secondary_unit/i18n/zh_CN.po +++ b/stock_secondary_unit/i18n/zh_CN.po @@ -38,6 +38,7 @@ msgstr "ID" #. module: stock_secondary_unit #: model:ir.model.fields,field_description:stock_secondary_unit.field_stock_move__product_uom_qty +#: model:ir.model.fields,field_description:stock_secondary_unit.field_stock_reservation__product_uom_qty msgid "Initial Demand" msgstr "" @@ -91,6 +92,7 @@ msgstr "库存产品辅助单位" #. module: stock_secondary_unit #: model:ir.model.fields,help:stock_secondary_unit.field_stock_move__product_uom_qty +#: model:ir.model.fields,help:stock_secondary_unit.field_stock_reservation__product_uom_qty msgid "" "This is the quantity of products from an inventory point of view. For moves " "in the state 'done', this is the quantity of products that were actually " diff --git a/stock_secondary_unit/views/stock_picking_views.xml b/stock_secondary_unit/views/stock_picking_views.xml index a712c5775..67180ef9f 100644 --- a/stock_secondary_unit/views/stock_picking_views.xml +++ b/stock_secondary_unit/views/stock_picking_views.xml @@ -23,6 +23,21 @@ attrs="{'column_invisible': [('parent.immediate_transfer', '=', True)], 'readonly': ['|', ('is_initial_demand_editable', '=', False), '&', '&', ('show_operations', '=', True), ('is_locked', '=', True), ('is_initial_demand_editable', '=', False)]}" /> + + + +