Wednesday, July 16, 2025
2 changes · master
Enhancements to existing features
The POS Urban Piper ticket screen layout was adjusted so the main action buttons appear correctly after the newly introduced reprint button. This keeps the ticket screen easier to use and prevents button placement issues for point-of-sale users.
Original PR description
In this commit: - We have introduced reprint button in ticket screen in related PR, to adapt the view and show main buttons afterthat reprint button we have changed the xpath here. Task: 4517972 Related PR: https://github.com/odoo/odoo/pull/198948
This update improves how Field Service tests simulate location data, making them more reliable and easier to maintain. It also makes a small wording display adjustment by adding spacing before the “View on Map” link.
Original PR description
[IMP] industry_fsm: use MockRequest to fake geoip In this commit: - MockRequest is used to fake geoip in industry_fsm tests instead of hard coding it with DotDict and manipulating the _request_stack. - space added before "View on Map". task-4745995 Forward-Port-Of: odoo/enterprise#88428 Forward-Port-Of: odoo/enterprise#84322