fix(kanban): use card template for owl parser compatibility

This commit is contained in:
Ruslan Bakiev
2026-02-13 19:00:27 +07:00
parent 8095b83159
commit ff592b812d
5 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
<kanban>
<field name="name"/>
<templates>
<t t-name="kanban-box">
<t t-name="card">
<div class="oe_kanban_global_click">
<div class="o_kanban_record_title">
<strong><field name="name"/></strong>

View File

@@ -8,7 +8,7 @@
<field name="name"/>
<field name="duration_min"/>
<templates>
<t t-name="kanban-box">
<t t-name="card">
<div class="oe_kanban_global_click">
<div class="o_kanban_record_title">
<strong><field name="name"/></strong>

View File

@@ -10,7 +10,7 @@
<field name="standard_cost"/>
<field name="state"/>
<templates>
<t t-name="kanban-box">
<t t-name="card">
<div class="oe_kanban_global_click">
<div class="o_kanban_record_title">
<strong><field name="name"/></strong>

View File

@@ -11,7 +11,7 @@
<field name="work_type_ids"/>
<field name="state"/>
<templates>
<t t-name="kanban-box">
<t t-name="card">
<div class="oe_kanban_global_click">
<div class="o_kanban_record_title">
<strong><field name="name"/></strong>

View File

@@ -14,7 +14,7 @@
<field name="technician_id"/>
<field name="state"/>
<templates>
<t t-name="kanban-box">
<t t-name="card">
<div class="oe_kanban_global_click">
<div class="o_kanban_record_title">
<strong><field name="name"/></strong>