Thursday, April 30, 2026
3 changes · master
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