forked from geneos/policoop_facturador
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wizard_nc.xml
executable file
·27 lines (23 loc) · 1.1 KB
/
wizard_nc.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
<?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="notacredito_start_view_form">
<field name="model">sigcoop_wizard_ventas.notacredito.start</field>
<field name="type">form</field>
<field name="name">notacredito_start_view_form</field>
</record>
<record model="ir.ui.view" id="notacredito_resumen_view_form">
<field name="model">sigcoop_wizard_ventas.notacredito.exito</field>
<field name="type">form</field>
<field name="name">notacredito_resumen_view_form</field>
</record>
<record model="ir.action.wizard" id="wizard_notacreditos">
<field name="name">Creador de Notas de Creditos</field>
<field name="wiz_name">sigcoop_wizard_ventas.notacredito</field>
</record>
<menuitem parent="menu_procesos"
action="wizard_notacreditos" id="menu_wizard_notacreditos"/>
</data>
</tryton>