forked from geneos/policoop_facturador
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wizard_facturador.xml
executable file
·28 lines (24 loc) · 1.21 KB
/
wizard_facturador.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<!-- This file is part of Tryton. 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="crear_facturas_start_view_form">
<field name="model">policoop_facturador.crear_facturas.start</field>
<field name="type">form</field>
<field name="name">crear_facturas_start_view_form</field>
</record>
<record model="ir.ui.view" id="crear_facturas_exito_view_form">
<field name="model">policoop_facturador.crear_facturas.exito</field>
<field name="type">form</field>
<field name="name">crear_facturas_exito_view_form</field>
</record>
<record model="ir.action.wizard" id="wizard_crear_facturas">
<field name="name">Crear Facturas en Lote</field>
<field name="wiz_name">policoop_facturador.crear_facturas</field>
</record>
<menuitem name="Procesos" sequence="17" id="menu_procesos" icon="tryton-preferences"/>
<menuitem parent="menu_procesos" secuence="20"
action="wizard_crear_facturas" id="menu_wizard_crear_facturas"/>
</data>
</tryton>