~zaber/openobject-addons/stable_5.0-extra-addons

« back to all changes in this revision

Viewing changes to sale_wo_production/sale_wo_production_wizard.xml

  • Committer: bch
  • Date: 2007-06-27 11:26:18 UTC
  • Revision ID: bch-aa2a0780f3b3a5383786d6e69a2998bd172bdc68
Module sale_wo_production added

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<terp>
 
3
        <data>
 
4
 
 
5
                <record model="ir.actions.wizard" id="wiz_mrp_proc0">
 
6
                        <field name="name">Compute all schedulers</field>
 
7
                        <field name="wiz_name">mrp.procurement.compute.all</field>
 
8
                </record>
 
9
                <menuitem name="Inventory Control/Start all schedulers" action="wiz_mrp_proc0" type="wizard"/>
 
10
 
 
11
                <record model="ir.actions.wizard" id="wiz_mrp_proc1">
 
12
                        <field name="name">Compute procurement</field>
 
13
                        <field name="wiz_name">mrp.procurement.compute</field>
 
14
                </record>
 
15
                <menuitem name="Inventory Control/Start all schedulers/Start Procurement Scheduling" action="wiz_mrp_proc1" type="wizard"/>
 
16
 
 
17
                <record model="ir.actions.wizard" id="wiz_mrp_proc2">
 
18
                        <field name="name">Compute Orderpoint</field>
 
19
                        <field name="wiz_name">mrp.procurement.orderpoint.compute</field>
 
20
                </record>
 
21
                <menuitem name="Inventory Control/Start all schedulers/Start Order Point Scheduling" action="wiz_mrp_proc2" type="wizard"/>
 
22
 
 
23
        </data>
 
24
</terp>