mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
changes for making is company field invisible when partner is selected
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
<field name="partner_id"/>
|
||||
</group>
|
||||
<group colspan="2">
|
||||
<field name="is_company" />
|
||||
<field name="is_company" attrs="{'invisible':
|
||||
[('partner_id', '!=', False)]}"/>
|
||||
</group>
|
||||
<group colspan="4"
|
||||
string="Address"
|
||||
|
||||
Reference in New Issue
Block a user