Friday, February 3, 2023
2 changes
Enhancements to existing features
The Belgian tax report XML export now lets users enter the export comment directly in the export wizard. This makes the comment easier to find and maintain because it no longer depends on the older report manager setup.
Original PR description
Up until now, the comment in the xml exported from the Belgian tax report is taken from the report manager. The report manager isn't really used anymore and isn't easily found/available. This will change it so that a new comment field is available in the export wizard, and the value will be taken from there. Task id #3103816
Field service sales now use the down payment product configured for each company rather than one shared database-wide setting. This helps multi-company businesses apply the right sales settings consistently for each legal entity or business unit.
Original PR description
* Some sale settings are now defined by company instead of by database, including the down payment product. Adapt the existing code to follow that change. Community PR: https://github.com/odoo/odoo/pull/97565 Upgrade PR: https://github.com/odoo/upgrade/pull/3965