trytond-account_invoice_fac.../view/address_form.xml

25 lines
971 B
XML
Raw Normal View History

2016-09-16 13:08:52 +02:00
<?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">
2016-09-16 13:08:52 +02:00
<page id="facturae" string="Factura-e">
<label name="facturae_person_type"/>
<field name="facturae_person_type"/>
<label name="facturae_residence_type"/>
<field name="facturae_residence_type"/>
<label name="facturae_outchannel"/>
<field name="facturae_outchannel"/>
<newline/>
2018-05-18 09:28:25 +02:00
<label name="oficina_contable"/>
<field name="oficina_contable"/>
<label name="organo_gestor"/>
<field name="organo_gestor"/>
<label name="unidad_tramitadora"/>
<field name="unidad_tramitadora"/>
<label name="organo_proponente"/>
<field name="organo_proponente"/>
2016-09-16 13:08:52 +02:00
</page>
</xpath>
</data>