bzr revid: fp@tinyerp.com-ccbfffa7def94ec1bdf7125ccb74442066fd52ed
This commit is contained in:
Fabien Pinckaers 2008-07-02 05:11:09 +00:00
parent c26df5d12b
commit 88238fee78
1 changed files with 2 additions and 2 deletions

View File

@ -458,7 +458,7 @@
<field name="view_mode">tree,form</field>
<field name="domain">[('state','=','in_production')]</field>
</record>
<menuitem action="mrp_production_action3" id="menu_mrp_production_action3" parent="mrp_production_action"/>
<menuitem action="mrp_production_action3" id="menu_mrp_production_action3" parent="menu_mrp_production_action"/>
<record id="mrp_production_action4" model="ir.actions.act_window">
<field name="name">Production orders waiting goods</field>
<field name="type">ir.actions.act_window</field>
@ -467,7 +467,7 @@
<field name="view_mode">tree,form</field>
<field name="domain">[('state','=','confirmed')]</field>
</record>
<menuitem action="mrp_production_action4" id="menu_production_orders_waiting4" parent="mrp.mrp_production_action"/>
<menuitem action="mrp_production_action4" id="menu_production_orders_waiting4" parent="mrp.menu_mrp_production_action"/>
<record id="mrp_production_workcenter_form_view" model="ir.ui.view">
<field name="name">mrp.production.workcenter.line.form</field>