[IMP] Adapt to hotel module changes

This commit is contained in:
QS5ELkMu
2018-11-09 20:55:26 +01:00
parent 233735bb48
commit 24e8d2a7d7
27 changed files with 57 additions and 461 deletions

View File

@@ -6,7 +6,7 @@
<record id="hotel_calendar_view" model="ir.ui.view">
<field name="name">Hotel Calendar</field>
<field name="model">hotel.reservation</field>
<field name="inherit_id" ref="hotel.view_hotel_reservation_form" />
<field name="inherit_id" ref="hotel.hotel_reservation_view_form" />
<field name="type">form</field>
<field name="arch" type="xml">
<xpath expr="." position="inside">
@@ -15,7 +15,7 @@
</field>
</record>
<record id="hotel_calendar_management_view" model="ir.ui.view">
<record id="hotel_calendar_management_view_form" model="ir.ui.view">
<field name="name">Hotel Calendar Management</field>
<field name="model">hotel.calendar.management</field>
<field name="type">form</field>