~openerp-community/openobject-addons/mgmtsystem

« back to all changes in this revision

Viewing changes to fashion/fashion_wizard.xml

  • Committer: pso (tiny)
  • Date: 2009-02-11 10:48:04 UTC
  • mto: (3547.3.3 trunk-extra-addons)
  • mto: This revision was merged to the branch mainline in revision 3558.
  • Revision ID: pso@tinyerp.com-20090211104804-1p6w4mt23vgu8cvz
fashion:made compatible to 5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
        <data>
 
4
                <record model="ir.actions.wizard" id="wiz_mrp_procf">
 
5
                        <field name="name">Fashion help</field>
 
6
                        <field name="wiz_name">fashion.help.wizard</field>
 
7
                </record>
 
8
                <menuitem name="Fashion help" action="wiz_mrp_procf" type="wizard" parent="menu_production"/>
 
9
        </data>
 
10
</openerp>
 
11