Daily updates from Odoo
Monday, September 5, 2022
3 changes · master
Code cleanup and technical improvements
The Master Production Schedule interface has been rebuilt using Odoo's newer web technology. This should make the planning screens easier to maintain and better aligned with the rest of the platform, with limited immediate change to business workflows.
The mobile menu tests for the enterprise home screen were adjusted after a visual styling update to the Burger Menu. This helps ensure the mobile navigation experience remains reliable for users without introducing functional changes.
Original PR description
This commit adapts BurgerMenu's tests specific to the enterprise's HomeMenu as a follow-up of the BurgerMenu's SCSS revamp.
The Helpdesk ticket kanban board has been converted from the older interface technology to Odoo's newer OWL framework. This keeps the ticket workflow view aligned with the modern platform foundation, improving maintainability while preserving the user experience.
Original PR description
Before this commit, the helpdesk ticket kanban view are always in legacy. This commit converts the view into OWL. task-2971174