From 396894a94830c997805d52daf46f28026b37d2dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20G=C3=B6ttsch?= Date: Mon, 1 Jun 2026 12:22:57 +0200 Subject: [PATCH] [FIX] sale_order_batch: fix float rounding issue in constraint --- sale_order_batch/README.rst | 3 ++- sale_order_batch/__manifest__.py | 2 +- sale_order_batch/readme/HISTORY.rst | 3 ++- sale_order_batch/static/description/index.html | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sale_order_batch/README.rst b/sale_order_batch/README.rst index 61cbdfa..f216f19 100644 --- a/sale_order_batch/README.rst +++ b/sale_order_batch/README.rst @@ -50,7 +50,8 @@ 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 +- 16.0.2.4.2: Add unique ids for confirm button +- 16.0.2.4.3: fix float rounding issue Bug Tracker =========== diff --git a/sale_order_batch/__manifest__.py b/sale_order_batch/__manifest__.py index 9ebcea9..2f9d5f7 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.2", + "version": "16.0.2.4.3", "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 4358c6f..f9ba0d3 100644 --- a/sale_order_batch/readme/HISTORY.rst +++ b/sale_order_batch/readme/HISTORY.rst @@ -10,4 +10,5 @@ - 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 \ No newline at end of file +- 16.0.2.4.2: Add unique ids for confirm button +- 16.0.2.4.3: fix float rounding issue \ 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 6fe849b..7b10c94 100644 --- a/sale_order_batch/static/description/index.html +++ b/sale_order_batch/static/description/index.html @@ -406,7 +406,8 @@ anymore as log as they are part of a batch. Only Sale Orders in state Qutotation
  • 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
  • +
  • 16.0.2.4.2: Add unique ids for confirm button
  • +
  • 16.0.2.4.3: fix float rounding issue