trytonpsk-hotel/view/configuration_form.xml

37 lines
1.4 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>
<label name="booking_sequence"/>
<field name="booking_sequence"/>
<label name="company"/>
<field name="company"/>
<label name="hotel_service_sequence"/>
<field name="hotel_service_sequence"/>
<label name="registration_card_sequence"/>
<field name="registration_card_sequence"/>
<label name="default_accommodation"/>
<field name="default_accommodation"/>
<label name="check_in_time"/>
<field name="check_in_time"/>
<label name="check_out_time"/>
<field name="check_out_time"/>
<label name="cleaning_check_out"/>
<field name="cleaning_check_out"/>
<label name="cleaning_check_in"/>
<field name="cleaning_check_in"/>
<label name="cleaning_occupied"/>
<field name="cleaning_occupied"/>
<label name="storage_by_default"/>
<field name="storage_by_default"/>
<label name="default_channel_seller"/>
<field name="default_channel_seller"/>
<label name="age_children_policy"/>
<field name="age_children_policy"/>
<label name="quarantine_rooms"/>
<field name="quarantine_rooms"/>
<label name="booking_email_template"/>
<field name="booking_email_template"/>
<field name="default_charges" colspan="4"/>
</form>