[MERGE] merge from lp:~xrg/openobject-addons/doc2-5.2
[odoo/odoo.git] / addons / base_module_record / base_module_record_wizard.xml
1 <?xml version="1.0"?>
2 <openerp>
3     <data>
4
5         <menuitem
6             parent="base.menu_custom"
7             name="Module Creation"
8             id="menu_wizard_base_mod_rec"/>
9         
10         <wizard
11             id="wizard_base_module_record_objects"
12             string="Export Customizations As a Module"
13             model="ir.module.module"
14             multi="True"
15             name="base_module_record.module_record_objects"/>
16         
17         <menuitem
18             parent="menu_wizard_base_mod_rec"
19             name="Export Customizations As a Module"
20             type="wizard"
21             action="wizard_base_module_record_objects"
22             id="menu_wizard_base_module_record_objects"/>
23
24         <wizard
25             id="wizard_base_module_record_data"
26             string="Export Customizations As Data File"
27             model="ir.module.module"
28             multi="True"
29             name="base_module_record.module_record_data"/>
30         <menuitem
31             parent="menu_wizard_base_mod_rec"
32             name="Export Customizations As Data File"
33             type="wizard"
34             action="wizard_base_module_record_data"
35             id="menu_wizard_base_module_record_data"/>
36
37     </data>
38 </openerp>