Saturday, October 26, 2024
2 changes
Enhancements to existing features
Payroll summary reports are now handled by the main payroll engine instead of being separately implemented per country. This makes period-based payroll totals more consistent and easier to customize for local requirements, including salary rule selection.
Original PR description
Purpose ======= Almost all countries have something like a master report where you select a period of time and it will sum up all lines on that period of time and generate a file. This could be improved (selection of salary rules) + make it standard. Like other standard functions, every L10N will customize if needed. TaskID: 4127251
When a spreadsheet document is used as the basis for a new dashboard, Odoo now automatically moves the original spreadsheet to the trash. Users also receive a notification, reducing confusion and helping keep document lists cleaner.
Original PR description
This commit handles archiving original spreadsheet document when using the spreadsheet as a base for a new dashboard in Odoo. A notification is also displayed to the user to indicate that the original spreadsheet document has been moved to trash. task-3798026