Daily updates from Odoo
Friday, May 1, 2026
1 change · master
Enhancements to existing features
This update adds the ability for users to easily attach documents from the Documents app to invoices and accounting statements through the Accounting Send & Print wizard. Previously, this functionality was limited to other modules like Quotations, creating a more streamlined process for attaching supporting files to financial documents. This improves efficiency and accuracy in generating invoices and statements.
Original PR description
The standard mail composer (e.g., used in Quotations) allows users to add files or paste links directly from the Documents app. However, this functionality was missing in the custom `account.move.send` wizard used for Invoicing and Accounting. This commit introduces the 'Add from Documents' feature to the Accounting Send & Print wizard. task- 5905930 Forward-Port-Of: odoo/enterprise#114748 Forward-Port-Of: odoo/enterprise#111422