Fix Odoo 18 Kanban template name: kanban-card → card

Odoo 18's KanbanArchParser expects <t t-name="card"> for the card template;
the legacy "kanban-card" (and older "kanban-box") names trip the
"Missing 'card' template" OwlError when the case Kanban view loads.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-30 21:28:04 +00:00
parent a8c72adbc7
commit 36c6373068

View File

@@ -494,7 +494,7 @@
<field name="conflict_check_id"/>
<field name="petitioner_id"/>
<templates>
<t t-name="kanban-card">
<t t-name="card">
<div class="oe_kanban_global_click">
<div class="o_kanban_record_top">
<div class="o_kanban_record_headings">