trytonpsk-hotel/view/service_line_form.xml
Camilo Sarmiento 3ace384943 add changes
2020-07-13 14:48:21 -05:00

22 lines
663 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="room"/>
<field name="room" widget="selection"/>
<label name="time_service"/>
<field name="time_service"/>
<label name="product"/>
<field name="product"/>
<label name="quantity"/>
<field name="quantity"/>
<label name="order"/>
<field name="order"/>
<label name="sale_line"/>
<field name="sale_line"/>
<label name="description"/>
<field name="description"/>
<label name="state"/>
<field name="state"/>
</form>