Wednesday, December 17, 2025
2 changes
Features or functions removed from Odoo
This pull request streamlines the Belgian VAT reporting process by removing a duplicate module and merging its functionality into the main l10n_be_reports module. This consolidation simplifies the reporting system and improves maintainability, ensuring consistent reporting for Belgian businesses.
Original PR description
This module was added in stable in this pr: https://github.com/odoo/enterprise/pull/99496 Now it is removed and merged back into the belgian reporting module. task-5347977
This update removes a development-only method from the HR Expense Stripe module. Removing this unnecessary code improves the overall organization and maintainability of the system. This change ensures the codebase remains clean and efficient.
Original PR description
In 752ffcbc a method was added during development that was later discarded but not removed from the code This removes said method to keep the code tidy