Wednesday, March 25, 2026
2 changes · 19.0
Enhancements to existing features
Invoice attachment updates are now saved together with the related accounting move updates. This reduces the risk of mismatched records if one part of the process fails, improving reliability for electronic invoicing workflows.
Original PR description
Was committing the move fields update, then updating the attachment. This might create an issue were the move update commits successfully, but setting the attachment fails and we end up with an inconsistency. Set attachment in the same transaction as the move update. task-6035727 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#255440 Forward-Port-Of: odoo/odoo#255262
This update enables users to efficiently manage database tags by allowing them to apply one or multiple tags to several databases simultaneously. This streamlines the process of organizing and categorizing databases, improving operational efficiency. It simplifies a previously manual and time-consuming task.
Original PR description
The aim of this commit is to allow users to mass edit the list of database to add one or several tag on several dbs at once. task-id: 6046088