trytonpsk-hotel/view/folio_charge_form.xml

35 lines
1.1 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="date_service"/>
<field name="date_service"/>
<label name="order"/>
<field name="order"/>
<label name="product"/>
<field name="product"/>
<label name="description"/>
<field name="description"/>
<label name="quantity"/>
<field name="quantity"/>
<label name="unit_price"/>
<field name="unit_price"/>
<label name="unit_price_w_tax"/>
<field name="unit_price_w_tax"/>
<label name="invoice_to"/>
<field name="invoice_to"/>
<label name="amount"/>
<field name="amount"/>
<label name="invoice_line"/>
<field name="invoice_line"/>
<label name="to_invoice"/>
<field name="to_invoice"/>
<label name="state"/>
<field name="state"/>
<label name="storage"/>
<field name="storage"/>
<label name="move"/>
<field name="move"/>
<!-- <button name="transfer" string="Transfer"/> -->
</form>