trytonpsk-hotel/view/folio_charge_form.xml

29 lines
909 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="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="state"/>
<field name="state"/>
<!-- <button name="transfer" string="Transfer"/> -->
</form>