Daily updates from Odoo
Thursday, April 30, 2026
1 change
Code cleanup and technical improvements
This update merges changes related to Dutch SBR tax reporting, previously handled through a bridge module. The changes streamline the process by integrating the functionality directly into the core `l10n_nl_reports` module, reducing complexity and improving efficiency. This enhances the accuracy and reliability of Dutch SBR tax reporting within the Odoo Enterprise system.
Original PR description
In version `19.0`, a bridge module was introduced (see a6a8d121bbf2044793df5211c5bdb18859a62152) to improve the Dutch SBR tax reporting process. This bridge module's sole purpose was to allow the addition of stored fields within a stable version. As we are now in master, these changes are merged directly into `l10n_nl_reports` to reduce module overhead.