Saturday, September 21, 2024
2 changes
Code cleanup and technical improvements
Odoo Studio now creates new kanban views for staged records using the current view format instead of an older layout. This keeps newly created views aligned with the modern interface and improves consistency for users configuring apps in Studio.
Original PR description
Before this commit, creating a new kanban view for a model using stages would create a legacy Kanban (with kanban-box) instead of the current view implementation. Now, the view uses the newest syntax.
The accounting dashboard views were modernized to use Odoo’s newer kanban structure, making them easier to maintain and less dependent on hidden technical conventions. A few HR reporting views were also cleaned up to use clearer internal names, with little expected change for day-to-day users.