Files
pms/hotel_calendar/views/inherited_hotel_room_views.xml
2018-11-09 20:10:36 +01:00

15 lines
424 B
XML

<?xml version="1.0"?>
<odoo>
<record id="hotel_room_view_form" model="ir.ui.view">
<field name="model">hotel.room</field>
<field name="inherit_id" ref="hotel.hotel_room_view_form" />
<field name="arch" type="xml">
<xpath expr="//div[hasclass('oe_title')]" position="inside">
<field name="hcal_sequence" />
</xpath>
</field>
</record>
</odoo>