~willowit-openerp-team/willowit-openerp-addons/development

« back to all changes in this revision

Viewing changes to base_module_publish/base_module_publish_wizard.xml

  • Committer: Deepak Seshadri
  • Date: 2011-04-04 07:04:07 UTC
  • Revision ID: deepak@willowit.com.au-20110404070407-8j9mnxzzgh53o24t
Remove irrelevant modules from this branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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>