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

29 lines
974 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. -->
<form>
<label name="name"/>
<field name="name"/>
<label name="code"/>
<field name="code"/>
<label name="classification"/>
<field name="classification" widget="selection"/>
<label name="location"/>
<field name="location"/>
<label name="space"/>
<field name="space"/>
<label name="channel_id"/>
<field name="channel_id"/>
<label name="main_accommodation"/>
<field name="main_accommodation" widget="selection"/>
<label name="min_unit_price"/>
<field name="min_unit_price"/>
<label name="max_unit_price"/>
<field name="max_unit_price"/>
<newline/>
<field name="templates" colspan="2"
view_ids="product.template_view_tree"/>
<field name="amenities" colspan="2"
view_ids="hotel.amenities_view_tree"/>
</form>