mirror of
https://github.com/SARL-PACIFIC-ERP/odoo-sh-test.git
synced 2025-06-25 09:32:22 +00:00
14 lines
435 B
XML
14 lines
435 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<templates xml:space="preserve">
|
|
|
|
<t t-name="awesome_dashboard.DashboardItem">
|
|
<section>
|
|
<div class="card d-inline-block m-2" t-attf-style="width:{{18*props.size}}rem;">
|
|
<div class="card-body">
|
|
<t t-slot="default">some content</t>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</t>
|
|
|
|
</templates> |