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

@ -9,10 +9,10 @@
<field name="show_enrich_button" invisible="1"/>
<button string="Enrich" name="iap_enrich" type="object" class="btn btn-secondary" data-hotkey="g"
title="Enrich lead with company data"
attrs="{'invisible':['|',('show_enrich_button', '!=', True),('type','=','opportunity')]}"/>
invisible="not show_enrich_button or type == 'opportunity'"/>
<button string="Enrich" name="iap_enrich" type="object" class="btn btn-secondary" data-hotkey="g"
title="Enrich opportunity with company data"
attrs="{'invisible':['|',('show_enrich_button', '!=', True),('type','=','lead')]}"/>
invisible="not show_enrich_button or type == 'lead'"/>
</xpath>
</field>
</record>