Monday, October 14, 2024
1 change · master
Features or functions removed from Odoo
Odoo is removing support for the older kanban view format now that standard views have moved to the newer, cleaner format. Businesses with custom kanban views using the old format will need to update them to keep working on newer versions.
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` Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr