[Fix] sale,stock:rename the mrp_procurement to procurement and fix the action name
authorsbh (Open ERP) <sbh@tinyerp.com>
Fri, 11 Jun 2010 06:33:06 +0000 (12:03 +0530)
committersbh (Open ERP) <sbh@tinyerp.com>
Fri, 11 Jun 2010 06:33:06 +0000 (12:03 +0530)
bzr revid: sbh@tinyerp.com-20100611063306-ibpzsj9mhugjfhuv

addons/procurement/board_mrp_procurement_view.xml
addons/sale/__openerp__.py
addons/stock/board_warehouse_view.xml

index 0a23635..d5f71f6 100644 (file)
@@ -8,7 +8,7 @@
             <field name="type">form</field>
             <field name="arch" type="xml">
                <xpath expr="/form/hpaned/child1" position="inside"> 
-                               <action colspan="4" name="%(mrp_procurement.mrp_procurement_action5)d" string="Procurement Exceptions" width="510" />
+                               <action colspan="4" name="%(procurement.procurement_action5)d" string="Procurement Exceptions" width="510" />
                        </xpath>
             </field>
         </record>
index 9cac508..d60b132 100644 (file)
@@ -48,7 +48,7 @@
     """,
     'author': 'Tiny',
     'website': 'http://www.openerp.com',
-    'depends': ['product', 'stock', 'mrp_procurement', 'process','board'],
+    'depends': ['product', 'stock', 'procurement', 'process','board'],
     'init_xml': [],
     'update_xml': [
         'wizard/sale_make_invoice_advance.xml',
index 08ece3f..0c13e83 100644 (file)
@@ -23,7 +23,6 @@
                 <form string="Warehouse board">
                     <hpaned position="100">
                         <child1>
-                                               <action colspan="4" name="%(procurement.procurement_action5)d" string="Procurement Exceptions" width="510" />
                                                <action colspan="4" name="%(action_reception_picking_move_board)d" string="Products To Receive" />
                         </child1>