Daily updates from Odoo
Sunday, March 22, 2026
1 change · 19.0
Resolved issues and error corrections
This update fixes a usability issue where the 'Generate PDFs' button in the employee declaration list view only processed the currently visible records. Now, selecting 'Select All' reliably generates PDFs for all employee declarations, improving the user experience. It also allows users to regenerate PDFs for existing documents.
Original PR description
This PR solves the following issues: - In the list view of employee declarations, when the records span to multiple page, pressing `Select all` and the `Generate PDFs` button only generates the PDFs of the records selected on the current page, which is confusing for users who expect all records to be processed. - When you select lines that have a generated PDF, you should have an option to regenerate the PDF if needed. At the moment, the Generate PDFs button only works on lines in draft state. task-5909426 Forward-Port-Of: odoo/enterprise#107232