19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:30:53 +01:00
parent dc68f80d3f
commit 7221b9ac46
610 changed files with 135477 additions and 161677 deletions

View file

@ -8,7 +8,7 @@
<field name="arch" type="xml">
<div name="button_box" position="inside">
<button name="action_view_leads" type="object" class="oe_stat_button"
icon="fa-star" attrs="{'invisible': [('lead_count', '=', 0)]}">
icon="fa-star" invisible="lead_count == 0">
<field string="Leads" name="lead_count" widget="statinfo" />
</button>
</div>