[FIx]procurment : move demo data file to demo section to fix the name error

bzr revid: mma@tinyerp.com-20121008052836-b7ktuwwock78oxku
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-10-08 10:58:36 +05:30
parent f86e21cf21
commit af4d1bee91
1 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,6 @@ depending on the product's configuration.
'security/ir.model.access.csv',
'security/procurement_security.xml',
'procurement_data.xml',
'procurement_demo.xml',
'wizard/make_procurement_view.xml',
'wizard/mrp_procurement_view.xml',
'wizard/orderpoint_procurement_view.xml',
@ -58,7 +57,7 @@ depending on the product's configuration.
'company_view.xml',
'board_mrp_procurement_view.xml',
],
'demo': ['stock_orderpoint.xml'],
'demo': ['stock_orderpoint.xml','procurement_demo.xml'],
'test': ['test/procurement.yml'],
'installable': True,
'auto_install': True,