mirror of
https://github.com/NaN-tic/trytond-account_invoice_default_invoicing.git
synced 2023-12-13 21:20:16 +01:00
14 lines
609 B
XML
14 lines
609 B
XML
<?xml version="1.0"?>
|
|
<!-- This file is part of account_invoice_default_invoicing module for Tryton.
|
|
The COPYRIGHT file at the top level of this repository contains the full
|
|
copyright notices and license terms. -->
|
|
<data>
|
|
<xpath expr="/form/field[@name="default_account_payable"]"
|
|
position="after">
|
|
<separator string="Invoicing" id="invoicing" colspan="4"/>
|
|
<label name="default_invoicing_party"/>
|
|
<field name="default_invoicing_party"/>
|
|
<label name="default_invoicing_journal"/>
|
|
<field name="default_invoicing_journal"/>
|
|
</xpath>
|
|
</data>
|