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

13 lines
336 B
XML

<?xml version="1.0"?>
<odoo>
<record model="ir.ui.view" id="hotel_calendar_management_view_mpms">
<field name="name">hotel.calendar.management.mpms</field>
<field name="model">hotel.calendar.management</field>
<field name="arch" type="xml">
<mpms></mpms>
</field>
</record>
</odoo>