[FIX] sale_order_batch: fix float rounding issue in constraint
Some checks are pending
pre-commit / pre-commit (push) Waiting to run
tests / Detect unreleased dependencies (push) Waiting to run
tests / test with OCB (push) Waiting to run
tests / test with Odoo (push) Waiting to run

This commit is contained in:
Niels Göttsch 2026-06-01 12:22:57 +02:00
parent 4149c353df
commit 396894a948
No known key found for this signature in database
GPG key ID: D36A5892D98A60AD
4 changed files with 7 additions and 4 deletions

View file

@ -50,7 +50,8 @@ Changelog
- 16.0.2.3.0: Add "Reset to Open" - 16.0.2.3.0: Add "Reset to Open"
- 16.0.2.3.1: Remove Sale Order from batch on cancelation - 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.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 Bug Tracker
=========== ===========

View file

@ -4,7 +4,7 @@
"author": "BAKEUP,Niels Göttsch", "author": "BAKEUP,Niels Göttsch",
"website": "https://ziemlichoptimal.de", "website": "https://ziemlichoptimal.de",
"category": "Sale", "category": "Sale",
"version": "16.0.2.3.2", "version": "16.0.2.4.3",
"depends": ["sale", "product"], "depends": ["sale", "product"],
"data": [ "data": [
"security/ir.model.access.csv", "security/ir.model.access.csv",

View file

@ -10,4 +10,5 @@
- 16.0.2.3.0: Add "Reset to Open" - 16.0.2.3.0: Add "Reset to Open"
- 16.0.2.3.1: Remove Sale Order from batch on cancelation - 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.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

View file

@ -406,7 +406,8 @@ anymore as log as they are part of a batch. Only Sale Orders in state Qutotation
<li>16.0.2.3.0: Add “Reset to Open”</li> <li>16.0.2.3.0: Add “Reset to Open”</li>
<li>16.0.2.3.1: Remove Sale Order from batch on cancelation</li> <li>16.0.2.3.1: Remove Sale Order from batch on cancelation</li>
<li>16.0.2.4.0: Add Followers on In Progress &amp; add tests</li> <li>16.0.2.4.0: Add Followers on In Progress &amp; add tests</li>
<li>16.0.2.3.2: Add unique ids for confirm button</li> <li>16.0.2.4.2: Add unique ids for confirm button</li>
<li>16.0.2.4.3: fix float rounding issue</li>
</ul> </ul>
</div> </div>
<div class="section" id="bug-tracker"> <div class="section" id="bug-tracker">