mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms: show/hide partner name when reservation type change
This commit is contained in:
@@ -351,7 +351,10 @@
|
||||
</h3>
|
||||
<group>
|
||||
<group string="General Info" name="contact_details">
|
||||
<field name="partner_id" attrs="{'invisible':[('reservation_type','in',('out'))]}" />
|
||||
<field
|
||||
name="partner_id"
|
||||
attrs="{'invisible':[('reservation_type','in',('out'))]}"
|
||||
/>
|
||||
<field
|
||||
name="document_type"
|
||||
attrs="{'invisible':[('reservation_type','in',('out'))]}"
|
||||
|
||||
Reference in New Issue
Block a user