Tuesday, April 14, 2026
2 changes · saas-19.2
Enhancements to existing features
This update brings the software running on our IoT boxes to version 19.2, aligning them with the latest Odoo release. This ensures our IoT devices receive the newest features and improvements, and will be updated within two weeks of this merge.
Original PR description
This PR updates the current version of the iot boxes to saas-19.2. This only applies to the iot boxes currently in saas-19.1 This will lead to the iot boxes updating to the next version 2 weeks after this PR is merged task-5949470 Forward-Port-Of: odoo/odoo#258140
This update enhances the system's ability to identify duplicate accounting moves, providing clearer visual cues for users. The system now highlights potential duplicates in red or yellow based on similarity, and prioritizes warnings based on move status (Draft vs. Posted).
Original PR description
In this commit: - Highlight the reference in red when it is identical and in yellow when references are different. Apply the same logic to the duplicate document warning in the form view. - In the form view duplicate warning, use the Bill Reference if available, then the Move Name, then "Draft". - Yellow warnings are restricted to Draft moves; only red warnings remain visible once Posted. task-5916255 Forward-Port-Of: odoo/odoo#248421