mirror of
https://gitlab.com/datalifeit/trytond-aeat_sii
synced 2023-12-13 20:30:37 +01:00
21 lines
922 B
XML
21 lines
922 B
XML
<?xml version="1.0"?>
|
|
<!-- The COPYRIGHT file at the top level of this repository contains the full
|
|
copyright notices and license terms. -->
|
|
<tryton>
|
|
<data>
|
|
<record model="ir.ui.view" id="load_pkcs12_start_view">
|
|
<field name="model">aeat.sii.load_pkcs12.start</field>
|
|
<field name="type">form</field>
|
|
<field name="name">load_pkcs12_start</field>
|
|
</record>
|
|
<record model="ir.action.wizard" id="act_aeat_sii_load_pkcs12">
|
|
<field name="name">Load PKCS12</field>
|
|
<field name="wiz_name">aeat.sii.load_pkcs12</field>
|
|
</record>
|
|
<record model="ir.action.keyword" id="act_aeat_sii_load_pkcs12_keyword1">
|
|
<field name="action" ref="act_aeat_sii_load_pkcs12"/>
|
|
<field name="keyword">form_action</field>
|
|
<field name="model">company.company,-1</field>
|
|
</record>
|
|
</data>
|
|
</tryton>
|