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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user