Monday, February 5, 2024
3 changes · 17.0
Enhancements to existing features
This update ensures Danish bookkeeping installations automatically include audit trail capabilities so changes and deletions can be recorded for compliance needs. It also adjusts an Indian localization label to avoid confusion with audit trail wording and refreshes related translation text.
Original PR description
In the context of the bookkeeping act in denmark, we need to record all the modification and delete of all the input, so we should by default install the audit_trail module. Since they need this in 17.0 we will make a bridge module. Also correcting a clash of labels and exporting the pot of the l10n_in module task: 3627720 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Point of Sale preparation display now includes sound notifications when new orders arrive. This improvement helps kitchen and preparation staff stay alert to incoming orders without constantly watching the screen, improving operational efficiency and order fulfillment speed.
Original PR description
In this commit we add a sound notification for incoming orders. Task: 3705003 https://github.com/odoo/odoo/pull/152323
This update adds two new rounding methods (HALF-EVEN and HALF-DOWN) to Odoo's financial calculation tools. These additional rounding options provide more flexibility for handling decimal values in financial transactions and reporting, allowing businesses to choose the rounding method that best fits their accounting standards and requirements.
Original PR description
Add support for `HALF-EVEN` and `HALF-DOWN` as value for `rounding_method` argument of `float_round()`. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr