mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[WIP] moved settings to company / hotel / user models
This commit is contained in:
@@ -20,19 +20,23 @@
|
||||
</group>
|
||||
</page>
|
||||
<page string="Settings" name="hotel_settings">
|
||||
<group colspan="4" col="4">
|
||||
<group colspan="4" col="4" string="Price and Restriction Plans">
|
||||
<field name="pricelist_id" required="True" />
|
||||
<field name="restriction_id" required="True" />
|
||||
</group>
|
||||
<group>
|
||||
<group string="Timezone">
|
||||
<field name="tz" widget="timezone_mismatch"/>
|
||||
</group>
|
||||
<group colspan="4" col="4">
|
||||
<group colspan="4" col="4" string="Check-in hours">
|
||||
<field name="arrival_hour" />
|
||||
<field name="departure_hour" />
|
||||
</group>
|
||||
<group colspan="4" col="4" string="Cancellation policies">
|
||||
<field name="default_cancel_policy_days" />
|
||||
<field name="default_cancel_policy_percent" />
|
||||
</group>
|
||||
</page>
|
||||
<page string="Rooms" name="hotel_settings">
|
||||
<page string="Rooms" name="hotel_rooms">
|
||||
<group>
|
||||
<field name="room_type_ids"/>
|
||||
<field name="room_ids"/>
|
||||
|
||||
Reference in New Issue
Block a user