Browse Source

[IMP] revert the display of the field in no debug mode

pull/88/head
houssine 5 years ago
parent
commit
d4cca1f004
  1. 3
      beesdoo_base/views/partner.xml

3
beesdoo_base/views/partner.xml

@ -85,9 +85,6 @@
<field name="parent_barcode"
attrs="{'invisible' : [('eater', '!=', 'eater')]}" />
</field>
<button name="toggle_active" position="attributes">
<attribute name="groups" />
</button>
<!-- Temporary fix for the partner_view -->
<xpath expr="//field[@name='customer']" position='before'>
<field name="is_company" invisible="True" />

Loading…
Cancel
Save