trytond-account_invoice_fac.../view/invoice_form.xml

27 lines
1.0 KiB
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/notebook" position="inside">
<page name="credited_invoices">
<label name="rectificative_reason_code"/>
<field name="rectificative_reason_code"/>
<field name="credited_invoices" colspan="4"/>
</page>
</xpath>
<xpath expr="/form/notebook/page[@id='invoice']/group/group/group[@id='reconciled_state']"
position="inside">
<label name="invoice_facturae"/>
<field name="invoice_facturae"/>
</xpath>
<xpath expr="/form/notebook/page[@id='info']/field[@name='cancel_move']"
position="after">
<label name="invoice_facturae_sent"/>
<field name="invoice_facturae_sent"/>
</xpath>
<xpath expr="/form/group[@id='buttons']" position="inside">
<button name="generate_facturae_wizard"
string="Generate Factura-e" icon="tryton-lock"/>
</xpath>
</data>