Wednesday, March 11, 2026
1 change · 19.0
New functionality added to Odoo
This update adds a button to quickly move all orders to the next stage in the preparation process. When an order reaches the final stage, the preparation state is automatically marked as complete, streamlining workflow. This improves efficiency and reduces manual effort for staff.
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