diff --git a/nfu_sale_order_batch_packaging/README.rst b/nfu_sale_order_batch_packaging/README.rst index d89e711..f02174a 100644 --- a/nfu_sale_order_batch_packaging/README.rst +++ b/nfu_sale_order_batch_packaging/README.rst @@ -40,7 +40,7 @@ Changelog :1.2.1: refactoring :1.3.0: add packaging states :1.3.1: add open_max_qty -:1.3.1: fix color indicator +:1.3.2: fix color indicator Bug Tracker =========== diff --git a/nfu_sale_order_batch_packaging/__manifest__.py b/nfu_sale_order_batch_packaging/__manifest__.py index c6f2060..2836669 100644 --- a/nfu_sale_order_batch_packaging/__manifest__.py +++ b/nfu_sale_order_batch_packaging/__manifest__.py @@ -4,7 +4,7 @@ "author": "BAKEUP", "website": "https://www.bakeup.org", "category": "Sale", - "version": "16.0.1.3.1", + "version": "16.0.1.3.2", "depends": ["sale", "sale_order_batch"], "data": [ "views/sale_order_views.xml", diff --git a/nfu_sale_order_batch_packaging/readme/HISTORY.rst b/nfu_sale_order_batch_packaging/readme/HISTORY.rst index 5bed928..52f88b7 100644 --- a/nfu_sale_order_batch_packaging/readme/HISTORY.rst +++ b/nfu_sale_order_batch_packaging/readme/HISTORY.rst @@ -5,4 +5,4 @@ :1.2.1: refactoring :1.3.0: add packaging states :1.3.1: add open_max_qty -:1.3.1: fix color indicator \ No newline at end of file +:1.3.2: fix color indicator \ 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 585b52e..432939e 100644 --- a/nfu_sale_order_batch_packaging/static/description/index.html +++ b/nfu_sale_order_batch_packaging/static/description/index.html @@ -405,7 +405,7 @@ and adds a packaging default to sale order batch.

1.3.1:add open_max_qty -1.3.1:fix color indicator +1.3.2:fix color indicator