trytondo-purchase_shop/view/purchase_shop_form.xml

44 lines
1.5 KiB
XML

<?xml version="1.0"?>
<!-- This file is part purchase_shop module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<form col="4">
<label name="name"/>
<field name="name"/>
<label name="active"/>
<field name="active"/>
<label name="company"/>
<field name="company"/>
<label name="address"/>
<field name="address"/>
<label name="warehouse"/>
<field name="warehouse"/>
<label name="analytic_root"/>
<field name="analytic_root"/>
<label name="analytic_account"/>
<field name="analytic_account"/>
<label name="withholding_tax"/>
<field name="withholding_tax"/>
<notebook colspan="4">
<page string="General" id="general">
<label name="purchase_sequence"/>
<field name="purchase_sequence"/>
<newline />
<label name="purchase_invoice_method" />
<field name="purchase_invoice_method" />
<label name="purchase_shipment_method" />
<field name="purchase_shipment_method" />
<label name="currency"/>
<field name="currency"/>
<label name="price_list"/>
<field name="price_list"/>
<label name="payment_term"/>
<field name="payment_term"/>
<label name="invoice_subtype"/>
<field name="invoice_subtype"/>
</page>
<page string="Users" id="users">
<field name="users"/>
</page>
</notebook>
</form>