trytonpsk-hotel/view/company_form.xml
Camilo Sarmiento 20f569e9d4 migrate to git
2020-04-16 07:45:13 -05:00

20 lines
698 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. -->
<data>
<xpath
expr="/form/notebook/page[@id='reports']"
position="after">
<page string="Property Info" id="hotel_info">
<label name="mig_code"/>
<field name="mig_code"/>
<label name="city_code"/>
<field name="city_code"/>
<label name="national_tourism_registry"/>
<field name="national_tourism_registry"/>
<label name="property_code"/>
<field name="property_code"/>
</page>
</xpath>
</data>