Update re_unit

This commit is contained in:
zainab2097 2024-08-28 11:49:16 +03:00 committed by GitHub
parent 0161b594df
commit abda0a2f11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@
<span class="o_stat_text" attrs="{'invisible': [('unlock', '=', True)]}">Lock</span>
</button>
<!-- Add your buttons here -->
<button name="action_view_maintenance" type="object" class="oe_stat_button">
<button class="oe_stat_button" string="Documents" name="get_attachments" type="object" icon="fa-file-text-o"/>
<button name="action_view_maintenance" type="object" icon="fa-wrench" class="oe_stat_button">
<field name="maintenance_count" widget="statinfo" string="Maintenance"/>
</button>
</div>