mirror of
https://bitbucket.org/presik/trytonpsk-hotel.git
synced 2023-12-14 07:52:52 +01:00
19 lines
753 B
XML
19 lines
753 B
XML
<?xml version="1.0"?>
|
|
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
|
this repository contains the full copyright notices and license terms. -->
|
|
<tryton>
|
|
<data>
|
|
|
|
<record model="ir.ui.view" id="hotel_policy_cancellation_view_tree">
|
|
<field name="model">hotel.policy.cancellation</field>
|
|
<field name="type">tree</field>
|
|
<field name="name">policy_cancellation_tree</field>
|
|
</record>
|
|
<record model="ir.ui.view" id="hotel_policy_cancellation_view_form">
|
|
<field name="model">hotel.policy.cancellation</field>
|
|
<field name="type">form</field>
|
|
<field name="name">policy_cancellation_form</field>
|
|
</record>
|
|
|
|
</data>
|
|
</tryton>
|