Thursday, April 25, 2024
2 changes · 17.0
Enhancements to existing features
The India localization now chooses the buyer trade name more accurately for inter-company transactions by using available partner references. When no reference exists, it continues to use the partner name, helping keep electronic invoice and e-waybill details consistent.
Original PR description
Previously, the buyer trade name defaulted to the partner name. This PR introduces a refined approach: - For inter-company transactions, the buyer trade name is assigned based on the availability of partner references. - If no reference is available, the buyer trade name defaults to the partner name. Task ID: 3887828
This update adds automated testing for the drag-and-drop functionality when rearranging website columns on mobile devices. Following a previous improvement to support mobile ordering, this change ensures the feature works correctly by adding a test tour that validates the drag-and-drop flow for mobile-ordered columns.
Original PR description
Commit [1] improved the drag and drop to also consider elements having a mobile order. As a follow-up, this commit adds a tour testing the drag and drop flow when moving mobile ordered columns. [1]: https://github.com/odoo/odoo/commit/7b27385dba36c2e741d96e76ad5d847d09f2b084 task-3744643 related to opw-3697962