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
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
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" /> |
|
|
|