trytond-aeat_sii/view/company_form.xml

14 lines
485 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license types. -->
<data>
<xpath expr="/form/notebook/page[@id='reports']" position="after">
<page string="Certificate" col="2" id="certificate">
<label name="pem_certificate"/>
<field name="pem_certificate"/>
<label name="private_key"/>
<field name="private_key"/>
</page>
</xpath>
</data>