diff --git a/nfu_product_bnn_attributes/README.rst b/nfu_product_bnn_attributes/README.rst index e61cb05..9ff0080 100644 --- a/nfu_product_bnn_attributes/README.rst +++ b/nfu_product_bnn_attributes/README.rst @@ -38,6 +38,7 @@ Changelog - 16.0.1.1.1: inherit package company if from product - 16.0.1.2.0: Add Multi company to packaging - 16.0.1.2.1: Always write the company in the product packaging +- 16.0.1.2.2: Enable Unit of Measure on installation Bug Tracker =========== diff --git a/nfu_product_bnn_attributes/__manifest__.py b/nfu_product_bnn_attributes/__manifest__.py index e4ca010..2c07fac 100644 --- a/nfu_product_bnn_attributes/__manifest__.py +++ b/nfu_product_bnn_attributes/__manifest__.py @@ -4,9 +4,9 @@ "author": "BAKEUP", "website": "https://www.bakeup.org", "category": "Product", - "version": "16.0.1.2.1", + "version": "16.0.1.2.2", "depends": ["nfu_product"], - "data": ["views/product_bnn_views.xml"], + "data": ["data/ir_config_parameter.xml", "views/product_bnn_views.xml"], "assets": {}, "license": "LGPL-3", "installable": True, diff --git a/nfu_product_bnn_attributes/data/ir_config_parameter.xml b/nfu_product_bnn_attributes/data/ir_config_parameter.xml new file mode 100644 index 0000000..919c349 --- /dev/null +++ b/nfu_product_bnn_attributes/data/ir_config_parameter.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/nfu_product_bnn_attributes/readme/HISTORY.rst b/nfu_product_bnn_attributes/readme/HISTORY.rst index 7c7d521..1d5f755 100644 --- a/nfu_product_bnn_attributes/readme/HISTORY.rst +++ b/nfu_product_bnn_attributes/readme/HISTORY.rst @@ -3,4 +3,5 @@ - 16.0.1.1.0: Add packaging - 16.0.1.1.1: inherit package company if from product - 16.0.1.2.0: Add Multi company to packaging -- 16.0.1.2.1: Always write the company in the product packaging \ No newline at end of file +- 16.0.1.2.1: Always write the company in the product packaging +- 16.0.1.2.2: Enable Unit of Measure on installation \ No newline at end of file diff --git a/nfu_product_bnn_attributes/static/description/index.html b/nfu_product_bnn_attributes/static/description/index.html index e181023..d8aadcc 100644 --- a/nfu_product_bnn_attributes/static/description/index.html +++ b/nfu_product_bnn_attributes/static/description/index.html @@ -392,6 +392,7 @@ ul.auto-toc {
  • 16.0.1.1.1: inherit package company if from product
  • 16.0.1.2.0: Add Multi company to packaging
  • 16.0.1.2.1: Always write the company in the product packaging
  • +
  • 16.0.1.2.2: Enable Unit of Measure on installation
  • diff --git a/nfu_sale_order_batch_packaging/README.rst b/nfu_sale_order_batch_packaging/README.rst index f02174a..8110cad 100644 --- a/nfu_sale_order_batch_packaging/README.rst +++ b/nfu_sale_order_batch_packaging/README.rst @@ -41,6 +41,7 @@ Changelog :1.3.0: add packaging states :1.3.1: add open_max_qty :1.3.2: fix color indicator +:1.3.3: Enable packagings on installation Bug Tracker =========== diff --git a/nfu_sale_order_batch_packaging/__manifest__.py b/nfu_sale_order_batch_packaging/__manifest__.py index 2836669..c9c9e64 100644 --- a/nfu_sale_order_batch_packaging/__manifest__.py +++ b/nfu_sale_order_batch_packaging/__manifest__.py @@ -4,9 +4,10 @@ "author": "BAKEUP", "website": "https://www.bakeup.org", "category": "Sale", - "version": "16.0.1.3.2", + "version": "16.0.1.3.3", "depends": ["sale", "sale_order_batch"], "data": [ + "data/ir_config_parameter.xml", "views/sale_order_views.xml", "views/sale_order_batch_views.xml", "views/sale_order_batch_product_views.xml", diff --git a/nfu_sale_order_batch_packaging/data/ir_config_parameter.xml b/nfu_sale_order_batch_packaging/data/ir_config_parameter.xml new file mode 100644 index 0000000..eb31669 --- /dev/null +++ b/nfu_sale_order_batch_packaging/data/ir_config_parameter.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/nfu_sale_order_batch_packaging/readme/HISTORY.rst b/nfu_sale_order_batch_packaging/readme/HISTORY.rst index 52f88b7..3cc920c 100644 --- a/nfu_sale_order_batch_packaging/readme/HISTORY.rst +++ b/nfu_sale_order_batch_packaging/readme/HISTORY.rst @@ -5,4 +5,5 @@ :1.2.1: refactoring :1.3.0: add packaging states :1.3.1: add open_max_qty -:1.3.2: fix color indicator \ No newline at end of file +:1.3.2: fix color indicator +:1.3.3: Enable packagings on installation \ No newline at end of file diff --git a/nfu_sale_order_batch_packaging/static/description/index.html b/nfu_sale_order_batch_packaging/static/description/index.html index 432939e..0cf856e 100644 --- a/nfu_sale_order_batch_packaging/static/description/index.html +++ b/nfu_sale_order_batch_packaging/static/description/index.html @@ -407,6 +407,8 @@ and adds a packaging default to sale order batch.

    1.3.2:fix color indicator +1.3.3:Enable packagings on installation +