trytond-aeat_sii/view/load_pkcs12_start.xml

10 lines
309 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license types. -->
<form string="Load PKCS12" col="2">
<label name="pfx"/>
<field name="pfx"/>
<label name="password"/>
<field name="password" widget="password"/>
</form>