Monday, October 14, 2024
1 change · master
Features or functions removed from Odoo
Odoo Studio no longer supports editing older kanban view definitions that use the legacy kanban-box format. This simplifies Studio around the newer kanban structure, but customers with custom legacy kanban views will need to convert them manually using the current documentation.
Original PR description
A new API for cleaner/simpler kanban archs has been introduced last year [1]. All standard kanban views in Odoo have been converted in v18 [2]. We kept the support of legacy kanban in v18, but it's now time to drop it. It means that custom legacy kanban archs will need to be manually converted into the new API (see documentation [3]). [1] Task `3650117` [2] Task `3992107` [3] https://www.odoo.com/documentation/master/developer/reference/user_interface/view_architectures.html#kanban Task `4199332`