-
In short: - use
<aside>if you want a side panel (e.g. product pictures, etc.) - use<section>for sections in your view (with an optional typerowif you want your field to be in a row instead of stacked) - use theinvisibleattribute like in any other backend view -
Want to do fancy stuff? Use bootstrap to have more complex/appealing layouts if you want to!
-
The new engine will be in Odoo 18 and we plan on switching all existing standard views to it - that means that any 3rd party module will have to update their inherited kanban views. Both engines will coexist in 18 for a year, but we encourage migrating all views in 18 for sure.
-
If you're curious to have a look at it or try it out: github.com/odoo/odoo/pull/156439
