remove the report_stock dependency

bzr revid: stephane@tinyerp.com-20080916122546-mb8yqn9hd2q2559w
This commit is contained in:
Stephane Wirtel 2008-09-16 14:25:46 +02:00
parent 307cbd20d1
commit 44dffc7112
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
"version" : "1.0",
"author" : "Tiny",
"website" : "http://tinyerp.com",
"depends" : ["base", "product", "stock", "sale", "purchase", "report_stock"],
"depends" : ["base", "product", "stock", "sale", "purchase"],
"category" : "Generic Modules/Inventory Control",
"description": "A module that adds intrastat reports.",
"init_xml" : ["report_intrastat_data.xml",],