From af4d1bee91c12242e15cec4096c7a6f0ad533df7 Mon Sep 17 00:00:00 2001 From: "Mayur Maheshwari (OpenERP)" Date: Mon, 8 Oct 2012 10:58:36 +0530 Subject: [PATCH] [FIx]procurment : move demo data file to demo section to fix the name error bzr revid: mma@tinyerp.com-20121008052836-b7ktuwwock78oxku --- addons/procurement/__openerp__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/addons/procurement/__openerp__.py b/addons/procurement/__openerp__.py index 7c224298f81..48569fa76c4 100644 --- a/addons/procurement/__openerp__.py +++ b/addons/procurement/__openerp__.py @@ -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,