Daily updates from Odoo
Monday, April 28, 2025
4 changes · master
Enhancements to existing features
Indian payroll reports are now easier to read and use, with better default selections, formatting, and alignment in exported spreadsheets. Reports also work more reliably for businesses operating multiple companies by keeping each company’s payroll reports separate and preventing duplicate reports for the same period.
Original PR description
This PR improves the clarity, readability and UX of the reports of the indian payroll localisation. What has been done: - The current month is set as default in the EPF report - The text/numbers are correctly left (right) aligned in the xlsx reports - The year is correctly formatted in the EPF report list view - Prevent multiple generation of the report for a given month/year pair The PR also makes the reports compatible with a multi-company environment. task-4711790
Helpdesk users now create a sales order from a dedicated button on the ticket form instead of creating sales order lines automatically from the field. This makes the sales workflow clearer and aligns helpdesk billing behavior with recent sales process changes.
Original PR description
In this PR, we replace the creation of SOL on the fly by an SO creation button in the ticket form. This follows the changes introduced in https://github.com/odoo/odoo/pull/193079. related-https://github.com/odoo/enterprise/pull/42211 task-4461919
Users can now start a signature request by choosing a PDF from the Documents app directly within Sign. This streamlines the workflow by creating a sign template from the selected document and taking users straight to preparing and sharing it.
Original PR description
## Before this commit: Importing PDF files from the documents app to sign on the sign app was not possible. ## After this commit: A new option is shown now in the sign request cog menu that allows the users to import a pdf file from Documents, create a sign template for it, and redirects them to sign and share it. task-4484893
The end of service report for UAE payroll now calculates worked years based on the employee's full time with the company, rather than only counting actual worked days. This provides a more complete tenure figure for end of service reporting and related HR payroll decisions.
Original PR description
- update the calculation for the worked years in the end of service report to return the whole duration worked with the comapny not just the actual worked days. Task: 4703337