Daily updates from Odoo
Monday, November 18, 2024
2 changes
1 change
New functionality added to Odoo
Adds a new Employee State Insurance report for Indian payroll, showing employee and employer contributions for a selected month or period. This helps payroll teams review ESIC contribution details per employee and export them to Excel for easier compliance and reporting.
Original PR description
This PR adds a new ESI (Employee State Insurance) report that details the amounts contributed by employees and employers to the ESIC during a given month/period. It generates an xlsx file containing ESI details for each employee. task-4011111
1 change
New functionality added to Odoo
This update introduces a 'Bonus' input type to Odoo's payroll system for the United States Regular Pay structure, allowing for additional income sources to be included in employee salaries. It also adds support for including employee expenses in the calculation, improving payroll flexibility and accuracy. This change enhances reporting and compensation management.
Original PR description
Add `Bonus` input type to `United States Regular Pay Salary Structure`.
Use `Expenses` and `Bonus` input types in the computation of payslips.
* Expenses:
* Allows users to include expenses (added automatically from the Expenses app) into the salary calculation when using the Structure Type "United States: Regular Pay". The rule is placed post taxes in the structure.
* Bonus:
* Add an Input type in "hr.payslip.input.type" called `Bonus`.
* "Bonus" allows users to add an extra source of income for employees that have associated the "United States: Regular Pay" Structure type in their payslip. The rule is placed pre-taxes in the structure, it is a taxable amount.
task-4097635