trytond-account_invoice_fac.../view/generate_facturae_start_form.xml
Raimon Esteve 934f45dfa1 Allow third modules generate facturae XML
task-030940
Graffted from changeset-b7f312439714
2018-05-18 09:40:43 +02:00

17 lines
759 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form col="2">
<image name="tryton-dialog-information" xexpand="0"
xfill="0"/>
<group col="2" id="explanation_password">
<label string="It will generate a Factura-e file for selected invoices, will sign them with the certificate stored in the company and will save the resulting files in each invoice."
id="explanation" colspan="2"
yalign="0.0" xalign="0.0" xexpand="1"/>
<label name="service"/>
<field name="service"/>
<label name="certificate_password"/>
<field name="certificate_password" widget="password"/>
</group>
</form>