trytond-account_invoice_fac.../view/generate_facturae_start_for...

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>