[IMP]purchase_requisition : remove dependency mrp from purchase_requisition

bzr revid: mma@tinyerp.com-20120919054933-lw5myhphzix1qt3j
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-09-19 11:19:33 +05:30
parent ba567b3850
commit 87ae883d52
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ When a purchase order is created, you now have the opportunity to save the
related requisition. This new object will regroup and will allow you to easily
keep track and order all your purchase orders.
""",
'depends' : ['purchase','mrp'],
'depends' : ['purchase'],
'demo': ['purchase_requisition_demo.xml'],
'data': ['security/purchase_tender.xml',
'wizard/purchase_requisition_partner_view.xml',