Daily updates from Odoo
Friday, September 13, 2024
6 changes · master
New functionality added to Odoo
Adds new Belgian payroll export capabilities so companies can send payroll-related work entry data to social secretariats such as Group S, Partena, and UCM. This reduces manual preparation work and helps Belgian payroll teams exchange data with external providers more efficiently.
Adds support for managing Washington workers' compensation within US payroll. Payroll teams can configure worker compensation details on employee contracts and apply related employee and employer salary rules for more accurate payroll calculations.
Original PR description
This will add a model for handling worker compensation in the state of Washington. It will also add salary rules for the employee and employer based on the worker compensation. Task: 4132640
A new reporting option lets Egyptian payroll users generate an Excel master report for one or more months. The report lists employees and their earned amounts, making payroll review and period-based reporting easier for HR and payroll teams.
Original PR description
Link to task: [#4177169](https://www.odoo.com/web#model=project.task&id=4177169) This will add a new Reporting menu for Eygpt to generate a master report. - The master report is an Excel file that represents one or more month(s), listing each employee and the amount they earned. - Done in UAE : https://github.com/odoo/enterprise/pull/61917
A new dashboard has been added for email marketing automation, giving teams a clearer view of campaign performance and related marketing metrics. This helps business users monitor results more easily and make faster decisions from a dedicated reporting view.
Original PR description
…eting dashboard This commit adds a new module with the new email marketing dashboard. Task: 4179584
Adds a new Lebanon localization package with a ready-to-use chart of accounts, tax definitions, and fiscal positions. This helps companies operating in Lebanon configure accounting more quickly and align their Odoo setup with local requirements.
Original PR description
Link to task: [#3927914](https://www.odoo.com/web#model=project.task&id=3927914) Added base localization package with chart of accounts, taxes, and fiscal positions for Lebanon 🇱🇧
Spreadsheet pivot measures can now be shown in alternative formats, such as percentage of a row or column total. This helps users compare results more easily without manually calculating totals outside the spreadsheet.
Original PR description
This commits adds the "Show value as" feature to measures. This allow users to display the value of a measure in a different way, like percentage of column total, percentage of row total, etc. Task: 4045799