mirror of
https://github.com/SARL-PACIFIC-ERP/odoo-sh-test.git
synced 2025-06-25 01:32:20 +00:00
sect 8
This commit is contained in:
parent
9dbb08d17e
commit
1a7973ad13
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<templates xml:space="preserve">
|
||||
<t t-name="awesome_owl.TodoItem">
|
||||
<div>
|
||||
<div t-att-class="{'text-muted text-decoration-line-through': props.todo.isCompleted}">
|
||||
<t t-esc="props.todo.id" />. <t t-esc="props.todo.description" />
|
||||
</div>
|
||||
</t>
|
||||
|
|
Loading…
Reference in a new issue