[FIX] project_mrp: fixed dependancy (mrp_jit renamed into procurement_jit)

bzr revid: qdp-launchpad@openerp.com-20140327211747-bedk5qihfy6g3x55
This commit is contained in:
Quentin (OpenERP) 2014-03-27 22:17:47 +01:00
parent 522f87f03f
commit 0bef471c79
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ completed.
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'images': ['images/product.jpeg', 'images/task_from_SO.jpeg'],
'depends': ['project', 'procurement', 'sale', 'mrp_jit'],
'depends': ['project', 'procurement', 'sale', 'procurement_jit'],
'data': ['project_mrp_view.xml'], #'process/project_mrp_process.xml'
'demo': ['project_mrp_demo.xml'],
'test': ['test/project_task_procurement.yml'],