Skip to content

Commit

Permalink
[FIX] - 'kanban-box' is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimkhoi3010 committed Jan 15, 2025
1 parent 63761fc commit b51157c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tms/views/tms_crew.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<field name="arch" type="xml">
<kanban class="o_kanban_mobile" sample="1">
<templates>
<t t-name="kanban-box">
<t t-name="card">
<div t-attf-class="oe_kanban_global_click card my-3">
<div class="card-body">
<div class="d-flex align-items-center mb-2">
Expand Down
2 changes: 1 addition & 1 deletion tms/views/tms_driver.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<field name="mobile" />
<field name="avatar_128" />
<templates>
<t t-name="kanban-box">
<t t-name="card">
<div
t-attf-class="oe_kanban_global_click o_has_icon oe_kanban_content oe_kanban_card"
>
Expand Down
2 changes: 1 addition & 1 deletion tms/views/tms_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
</div>
</div>
</t>
<t t-name="kanban-box">
<t t-name="card">
<div
t-attf-class="oe_kanban_global_click o_has_icon oe_kanban_content oe_kanban_card"
>
Expand Down
2 changes: 1 addition & 1 deletion tms/views/tms_team.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<field name="crew_ids" />
<field name="trips_todo_count" />
<templates>
<t t-name="kanban-box">
<t t-name="card">
<div
t-attf-class="oe_kanban_global_click o_has_icon oe_kanban_content oe_kanban_card"
>
Expand Down

0 comments on commit b51157c

Please sign in to comment.