Friday, September 3, 2021
4 changes · master
Enhancements to existing features
Guest access cookies for Discuss are now smaller and include an expiration date. This helps reduce browser storage overhead while making temporary guest sessions easier to manage over time.
Original PR description
Part of task-2494829
The event form now shows its status buttons in a more consistent order, regardless of which event-related apps are installed first. This keeps the publishing management button at the end and makes the layout easier for users to understand.
Original PR description
PURPOSE The publish management stat button should be the last one. The purpose of this commit is to re-arrange 'Sales' stat button and set the publish management button position to the last. SPECIFICATIONS Currently, if the event_sale module is installed after website_event, the 'Sales' stat button is placed after the publish management related stat button on the event form view. This improves the x-path of the 'Sales' stat button by placing it at the second last position, instead of the last one. This is the goal of this commit. LINKS PR #74203 TaskID-2585998
The event form now places the Registration Desk shortcut beside the Attendees shortcut. This makes the event screen more intuitive and keeps related event check-in actions grouped together regardless of module installation order.
Original PR description
PURPOSE The 'Registration Desk' stat button should be appear next to 'Attendees' stat button. The purpose of this commit is to re-arrange 'Registration Desk' stat button and set it after the 'Attendees' stat button. SPECIFICATIONS Currently, if the event_barcode module is installed, the 'Registration Desk' stat button is placed after 'Leads' stat button on the event form view. This improves the inheritance priority and the x-path of the 'Registration Desk' stat button by placing it after the 'Attendees' stat button. This is the goal of this commit. LINKS PR #20082 TaskID-2585998
The accounting report test suite was updated to stay aligned with recent related changes in the main Odoo codebase. This helps ensure tax and point-of-sale accounting reports continue to be validated reliably without introducing direct user-facing behavior changes.
Original PR description
Task: 2453325