ajay javiya (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-addons7-mrp-aja into 
lp:~openerp-dev/openobject-addons/trunk-addons7.

Requested reviews:
  Jigar Amin  (OpenERP) (jam-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons7-mrp-aja/+merge/122057

Hello, 
when installint mrp, it jumps on Purchases application, not mrp
create an ir.actions.todo in mrp module to jump to mrp
update the ir.actions.todo of purchase and set it as done
Thank You
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons7-mrp-aja/+merge/122057
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-addons7.
=== modified file 'mrp/res_config_view.xml'
--- mrp/res_config_view.xml	2012-08-09 06:05:16 +0000
+++ mrp/res_config_view.xml	2012-08-30 12:48:17 +0000
@@ -12,6 +12,9 @@
             <field name="type">automatic</field>
             <field name="sequence">100</field>
         </record>
+         <record id="purchase.todo_open_purchase_menu" model="ir.actions.todo">
+                <field name="state">done</field>
+        </record>
     </data>
     <data>
         <record id="view_mrp_config" model="ir.ui.view">

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to