Friday, February 3, 2023
3 changes
Enhancements to existing features
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
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