Monday, May 27, 2024
3 changes
2 changes
New functionality added to Odoo
This adds payroll localization for Turkey, including salary structures, payroll rules, and accounting setup. It helps businesses in Turkey run payroll more accurately in Odoo and align payroll accounting with local requirements.
Original PR description
Turkey payroll localization - [Ticket#: 3689866](https://www.odoo.com/odoo/4996/tasks/3689866?cids=14)
Australian payroll users can now register payments for an entire payslip batch instead of processing each payslip one by one. The change creates a batch payment record that supports ABA bank file generation, reducing manual work while keeping the existing single-payslip payment flow.
Original PR description
Currently, `action_register_payment` and the `account.payment.register` wizard depends on the payslip in the context to only register payment for one payslip. This restricts any way of registering payment for a batch of payslips. This PR extends the `hr_payroll_account` module to allow multiple payslips to be registered as a batch. However, it maintains the current flow for single payslip payment. This adds a register payment feature to the payslip batch that generates individual payments on payslips and returns a record of `account.payment.batch` with all the payments. This also simplifies the ABA file generation and moves it entirely to `account.payment.batch` instead of `payslip.run` task #3855817
1 change
New functionality added to Odoo
This update adds a redirect link to the documentation repository in the GitHub issue template configuration. This improvement helps users and contributors quickly access the official Odoo documentation when creating issues, enhancing the support experience and reducing confusion about where to find help resources.