Use material design icons.

This commit is contained in:
Juanjo Garcia 2019-09-05 14:46:22 +02:00
parent d4cc040dae
commit 17681e2b68
2 changed files with 2 additions and 2 deletions

View File

@ -564,7 +564,7 @@ class GenerateFacturae(Wizard):
start = StateView('account.invoice.generate_facturae.start',
'account_invoice_facturae.generate_facturae_start_view_form', [
Button('Cancel', 'end', 'tryton-cancel'),
Button('Generate', 'generate', 'tryton-executable', default=True),
Button('Generate', 'generate', 'tryton-launch', default=True),
])
generate = StateTransition()

View File

@ -2,7 +2,7 @@
<!-- 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"
<image name="tryton-info" 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."