mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
13 lines
336 B
XML
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>
|