Thursday, March 12, 2026
2 changes · saas-19.2
New functionality added to Odoo
This update incorporates support for Mexican asset accounting within the Odoo system. Specifically, new asset models and corresponding account codes have been added to the Mexican tax template, aligning with local regulations. This enhancement ensures accurate financial reporting for businesses operating in Mexico.
Original PR description
This commit do two things: - Add the asset models into the Mx template - Update CoA with new accounts and descriptions task-4920083 target: 19.0 -> master --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#249939
This update adds a new button to quickly move all outstanding orders to their next stage in the order workflow. When an order reaches the final stage, the preparation status is automatically marked as complete, simplifying the process for staff. This improves efficiency and reduces manual effort in managing orders.
Original PR description
In this commit: =============== - We added a `Clear All Orders` button in the sidebar. On clicking that, all the orders will be moved to their next respective stage. - If the order stage is already the last stage, then the order's preparation state is marked as done. Task: 5877460 Forward-Port-Of: odoo/enterprise#105847