mirror of
https://github.com/bringout/oca-ocb-crm.git
synced 2026-04-26 03:12:07 +02:00
19.0 vanilla
This commit is contained in:
parent
dc68f80d3f
commit
7221b9ac46
610 changed files with 135477 additions and 161677 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue