[IMP]pms: Add external code to reservation

This commit is contained in:
Darío Lodeiros
2022-04-15 11:29:09 +02:00
parent 8ba1493d53
commit 376c93b5bc
3 changed files with 44 additions and 0 deletions

View File

@@ -436,6 +436,10 @@
name="agency_id"
attrs="{'invisible': [('reservation_type', '!=', 'normal')]}"
/>
<field
name="external_reference"
attrs="{'invisible': [('agency_id', '=', False)]}"
/>
<field
name="channel_type_id"
attrs="{'readonly':[('agency_id','!=', False)], 'invisible': [('reservation_type', '!=', 'normal')]}"