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

46 lines
1.6 KiB
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. -->
<form col="6">
<label name="party"/>
<field name="party"/>
<label name="number"/>
<field name="number"/>
<label name="booking"/>
<field name="booking"/>
<label name="price_list"/>
<field name="price_list"/>
<label name="travel_cause"/>
<field name="travel_cause" colspan="3"/>
<label name="eating_service"/>
<field name="eating_service"/>
<notebook colspan="6">
<page string="Occupancy Lines" id="occupancy_lines">
<field name="lines" colspan="4"
view_ids="hotel.occupancy_line_view_tree"/>
</page>
<page string="Additional Info" id="additional_info">
<label name="company"/>
<field name="company"/>
<label name="currency"/>
<field name="currency"/>
<label name="vip"/>
<field name="vip"/>
<label name="vehicles_num"/>
<field name="vehicles_num"/>
<separator name="comments" colspan="4"/>
<field name="comments" colspan="4"/>
</page>
</notebook>
<group col="6" colspan="4" id="buttons">
<label name="state"/>
<field name="state"/>
<button name="cancel" string="Cancel"
icon="tryton-cancel"/>
<button name="confirm" string="Confirm"
icon="tryton-forward"/>
<button name="finish" string="Finished"
icon="tryton-ok"/>
</group>
</form>