Daily updates from Odoo
Thursday, April 30, 2026
7 changes
1 change
New functionality added to Odoo
This update introduces a new 'tare' mode specifically for Toledo scales within the Odoo system. This allows users to accurately measure items by resetting the scale to zero before each measurement, improving data accuracy for inventory tracking. This enhancement supports a key feature for businesses utilizing Toledo scales.
Original PR description
This PR adds the tare mode for Toledo scales. Related PR: https://github.com/odoo/odoo/pull/253328 Forward-Port-Of: odoo/odoo#262027
1 change
New functionality added to Odoo
This update introduces a new 'tare' mode specifically for Toledo scales within the Odoo system. This allows users to accurately measure items by resetting the scale to zero before each measurement, improving data precision for inventory tracking. This enhancement supports a key feature for businesses utilizing Toledo scales.
Original PR description
This PR adds the tare mode for Toledo scales. Related PR: https://github.com/odoo/odoo/pull/253328
1 change
New functionality added to Odoo
This update prepares Odoo for a new Belgian tax regulation. Starting May 1st, a dedicated 'Tax Provision Account' (411800) is required for VAT periodic returns, replacing the previous account. This change ensures compliance with updated Belgian accounting standards.
Original PR description
Starting May 1st, in Belgium the VAT provision account will replace the current account for periodic returns - Adding the new bank account - Adding a new account 'Tax Provision Account' 411800 Community PR: odoo/odoo#255272 Task [link](https://www.odoo.com/odoo/project.task/6044017) task-6044017 Forward-Port-Of: odoo/enterprise#111599
3 changes
New functionality added to Odoo
This update adds integration with Chainway's RFID scanner technology for improved stock management. This allows for faster and more accurate tracking of inventory items, reducing manual data entry and potential errors. The change enhances operational efficiency within the stock module.
Original PR description
- Integration with Chainway RFID scanner task-5162284
This update allows users to send purchase documents in bulk, streamlining the process for self-billing transactions. Previously, this functionality was unavailable. Now, the bulk sending button is enabled only when the purchase journal is configured for self-billing, ensuring accurate record-keeping.
Original PR description
Before this commit, the button to send in bulk from the purchase list view was disabled. With this commit, we add the possibility to send them in bulk, but only when the journal has been set as self-billing. Task-6075282
This update adds support for a key Belgian tax exemption for Small and Medium Enterprises (SMEs) related to withholding tax on payroll. It introduces a new company field to determine eligibility and adjusts calculations on the 274.XX tax sheets. This ensures compliance with Belgian regulations and improves reporting accuracy for SME clients.
Original PR description
Add support for the Belgian Small/Medium Enterprise withholding tax exemption (dispense de précompte professionnel PME) on the 274.XX sheets. - Add 'Small/Middle Sized' boolean field on company for eligibility - Add SME exemption rate rule parameter (0.12% for 2026) - Compute SME taxable amount and exempted amount on 274.XX sheets - Display SME exemption tab in form view when applicable - Include SME exemption page in PDF report - Add SME exemption worksheet in XLS export task-5428830
1 change
New functionality added to Odoo
This update makes the Preparation Display app readily available on the Odoo dashboard for Point of Sale (PoS) users. This enhancement simplifies access to key preparation information, streamlining the PoS workflow and improving operational efficiency. It addresses a previous request to improve user access to this important functionality.
Original PR description
This commit makes the Preparation Display app accessible from the Odoo dashboard for PoS users. Task-[5980289](https://www.odoo.com/odoo/project/1737/tasks/5980289) Related PRs: - https://github.com/odoo/odoo/pull/251391