mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms: Improvement Views
This commit is contained in:
@@ -5,6 +5,13 @@
|
||||
<field name="model">pms.booking.engine</field>
|
||||
<field name="arch" type="xml">
|
||||
<form class="pt-1">
|
||||
<h2>
|
||||
<field
|
||||
name="pms_property_id"
|
||||
required="1"
|
||||
attrs="{'readonly':[('folio_id','!=',False)]}"
|
||||
/>
|
||||
</h2>
|
||||
<div class="row">
|
||||
<div class="col-5 ">
|
||||
<group>
|
||||
@@ -51,11 +58,6 @@
|
||||
required="1"
|
||||
attrs="{'invisible': [('reservation_type','!=','out')]}"
|
||||
/>
|
||||
<field
|
||||
name="pms_property_id"
|
||||
required="1"
|
||||
attrs="{'readonly':[('folio_id','!=',0)]}"
|
||||
/>
|
||||
<field
|
||||
default_focus="1"
|
||||
name="pricelist_id"
|
||||
|
||||
Reference in New Issue
Block a user