Friday, April 8, 2022
1 change · master
Enhancements to existing features
Belgian tax reporting for forms 325 and 281.50 has been expanded to store reported data over time, display reporting values directly in Odoo, and generate related PDF reports. The update also improves sequence handling, fixes partner payment calculations, and adds broader test coverage to make the reporting process more reliable.
Original PR description
[IMP] l10n_be_reports: 325&281.50 add models and views This commit aims to a big improvment regarding the 281.50 and 325 features. - Keeping reported data for the 325 and 281.50 on the long term allowing - Real support of 281.50 sequences to allow further improvments - Add views in order to see the 325 and 281.50 values in Odoo - add pdf reports for 325 and 325.50 - Bugfixes on the paid_amount_per_partner_query - A lot of tests for behavior and usecases enterprise-pr: https://github.com/odoo/enterprise/pull/26001 upgrade-pr: https://github.com/odoo/upgrade/pull/3421 task: 2768677