Friday, February 3, 2023
5 changes · master
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
Sales recurrence names can now be shown in the user's preferred language. This improves the experience for multilingual teams and customers by making recurring sale options easier to understand.
Original PR description
Before this commit, it wasn't possible to use translations on the sale.temporal.recurrence records, because their names were computed but not translated. Now, it is possible to add the temporal recurrence name in different languages to provide better user experience. Task ID: 3149661
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
Sales rental orders now use Odoo's updated currency conversion tooling. This helps keep rental pricing calculations aligned with the latest platform standards and reduces the risk of inconsistent currency handling.
Original PR description
Community PR: https://github.com/odoo/odoo/pull/110833
The Planning app now includes generated sample data used to populate roles, shifts, and shift templates. This helps teams test, demonstrate, and evaluate planning workflows with realistic example information more easily.
Original PR description
This commit add populate for planning app. task-3081985