[IMP] removal of usages of the deprecated node.getchildren call, better usage of...
[odoo/odoo.git] / addons / base_module_publish / base_module_publish_wizard.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>
4         <wizard id="wizard_base_module_publish" model="ir.module.module" name="base_module_publish.module_publish" string="Publish module"/>
5         
6         <wizard client_action_multi="True" id="wizard_base_module_publish_all" model="ir.module.module" name="base_module_publish.module_publish_all" string="Publish all modules"/>
7         
8         <wizard id="wizard_base_module_export" model="ir.module.module" name="base_module_publish.module_export" string="Export module"/>
9         
10     </data>
11 </openerp>