Browse Source

Merge pull request #88 from beescoop/9.0_revert_toggle_active

[IMP] revert the display of the field in no debug mode
pull/90/head
Houssine BAKKALI 5 years ago
committed by GitHub
parent
commit
f8a1de17de
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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