Friday, January 16, 2026
2 changes · saas-18.4
Enhancements to existing features
This update simplifies the process for users to review and understand tax mappings within their fiscal positions. By updating the tax list view, users can now directly inspect replacement rules without needing to navigate through multiple steps, leading to more efficient tax management.
Original PR description
-Update the list view opened from the “Taxes” stat button to make tax replacement rules easier to inspect. Impact: -Users can review tax mappings directly without extra clicks. Back-port of: https://github.com/odoo/odoo/pull/240033 task-5374524
This update adds a 'Reload Data' button to error dialogs in the Point of Sale system, providing users with a quick way to resolve common issues without needing technical support. For Restaurant POS, orders will sync before reloading, minimizing potential data loss. This improves user experience and reduces downtime.
Original PR description
Purpose: ------------ - On Error dialogs, users only had "Ok" or could close the dialog, with no guidance on what to do next. - Many blocking issues are resolved simply by reloading POS data. Before this commit: ----------- - Error dialogs only had an "Ok" button. After this commit: ------------------ - Added a "Reload Data" button for quick recovery of common blocking issues. - Added a warning message in the reload data popup - For POS Restaurant, orders will attempt to sync before reloading data, reducing the risk of data loss. Task-5353590 Forward-Port-Of: odoo/odoo#238112