[Fix] mrp,procurement: Fix the action name and menu id
authorsbh (Open ERP) <sbh@tinyerp.com>
Mon, 13 Sep 2010 06:01:02 +0000 (11:31 +0530)
committersbh (Open ERP) <sbh@tinyerp.com>
Mon, 13 Sep 2010 06:01:02 +0000 (11:31 +0530)
bzr revid: sbh@tinyerp.com-20100913060102-jjd6x2ordhrqp5t8

addons/mrp/board_manufacturing_view.xml
addons/mrp/process/procurement_process.xml

index aa8bd2a..c547467 100644 (file)
@@ -15,7 +15,7 @@
                         <child1>
                             <action colspan="4" height="200" name="%(mrp.mrp_production_action2)d" string="Next production orders" width="510"/>
                             <action colspan="4" name="%(stock.action_picking_tree)d" string="Deliveries (Out picking)" domain="[('state','=','assigned'),('type','=','out')]"/>
-                            <action colspan="4" name="%(procurement.procurement_action4)d" string="Procurements in Exception"/>
+                            <action colspan="4" name="%(procurement.procurement_exceptions)d" string="Procurements in Exception"/>
                         </child1>
                         <child2>
                             <action colspan="4" name="%(mrp.action_report_workcenter_load_tree)d" string="Work Center future load"/>
index 16aa131..70e3278 100644 (file)
@@ -16,7 +16,7 @@
 
         
         <record id="process_node_minimumstockrule0" model="process.node">
-            <field name="menu_id" ref="mrp.menu_action_orderpoint_form"/>
+            <field name="menu_id" ref="procurement.menu_stock_order_points"/>
             <field name="model_id" ref="procurement.model_stock_warehouse_orderpoint"/>
             <field eval="&quot;&quot;&quot;state&quot;&quot;&quot;" name="kind"/>
             <field eval="&quot;&quot;&quot;Linked to the 'Minimum stock rule' supplying method.&quot;&quot;&quot;" name="note"/>
@@ -85,7 +85,7 @@
         </record>
 
         <record id="process_node_productminimumstockrule0" model="process.node">
-            <field name="menu_id" ref="mrp.menu_action_orderpoint_form"/>
+            <field name="menu_id" ref="procurement.menu_stock_order_points"/>
             <field name="model_id" ref="procurement.model_stock_warehouse_orderpoint"/>
             <field eval="&quot;&quot;&quot;state&quot;&quot;&quot;" name="kind"/>
             <field eval="&quot;&quot;&quot;Minimum Stock&quot;&quot;&quot;" name="name"/>