Thursday, July 11, 2024
1 change · master
Code cleanup and technical improvements
Odoo Studio now includes a new Kanban editor designed for the newer view architecture, while keeping the older editor available for compatibility. Users can more easily build Kanban card layouts from predefined sidebar structures, drag fields into them, and add card widgets such as images and ribbons.
Original PR description
This commit creates a new kanban editor for the new arch API. The legacy kanban editor using the old one is still active for compatibility purposes until we stop the support of those in upcoming versions of Odoo. This new editor makes it easy to add more features to the Kanban view than ever before, since we can adjust the layout, using predefined structures, available directly from the sidebar. Then, it is possible to drag and drop any field inside those structures. Some widgets can be added directly inside the kanban card (kanban_image or web_ribbon). Co-authored-by: Florent Dardenne <dafl@odoo.com> part of task-3650117