trytonpsk-hotel/view/template_form.xml

19 lines
602 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='general']"
position="after">
<page string="Hotel" col="4" id="hotel">
<label name="kind"/>
<field name="kind"/>
<label name="channel_code"/>
<field name="channel_code"/>
<label name="accommodation_capacity"/>
<field name="accommodation_capacity"/>
</page>
</xpath>
</data>