diff --git a/sale_order_batch/README.rst b/sale_order_batch/README.rst index 6252b2c..61cbdfa 100644 --- a/sale_order_batch/README.rst +++ b/sale_order_batch/README.rst @@ -50,6 +50,7 @@ Changelog - 16.0.2.3.0: Add "Reset to Open" - 16.0.2.3.1: Remove Sale Order from batch on cancelation - 16.0.2.4.0: Add Followers on In Progress & add tests +- 16.0.2.3.2: Add unique ids for confirm button Bug Tracker =========== diff --git a/sale_order_batch/__manifest__.py b/sale_order_batch/__manifest__.py index e57fe86..9ebcea9 100644 --- a/sale_order_batch/__manifest__.py +++ b/sale_order_batch/__manifest__.py @@ -4,7 +4,7 @@ "author": "BAKEUP,Niels Göttsch", "website": "https://ziemlichoptimal.de", "category": "Sale", - "version": "16.0.2.3.1", + "version": "16.0.2.3.2", "depends": ["sale", "product"], "data": [ "security/ir.model.access.csv", diff --git a/sale_order_batch/readme/HISTORY.rst b/sale_order_batch/readme/HISTORY.rst index cdc713f..4358c6f 100644 --- a/sale_order_batch/readme/HISTORY.rst +++ b/sale_order_batch/readme/HISTORY.rst @@ -9,4 +9,5 @@ - 16.0.2.2.1: Add lst_price to view - 16.0.2.3.0: Add "Reset to Open" - 16.0.2.3.1: Remove Sale Order from batch on cancelation -- 16.0.2.4.0: Add Followers on In Progress & add tests \ No newline at end of file +- 16.0.2.4.0: Add Followers on In Progress & add tests +- 16.0.2.3.2: Add unique ids for confirm button \ No newline at end of file diff --git a/sale_order_batch/static/description/index.html b/sale_order_batch/static/description/index.html index 537c93b..6fe849b 100644 --- a/sale_order_batch/static/description/index.html +++ b/sale_order_batch/static/description/index.html @@ -406,6 +406,7 @@ anymore as log as they are part of a batch. Only Sale Orders in state Qutotation