[FIX] product : Set the missing dependecy of mail module to product module

lp bug: https://launchpad.net/bugs/990474 fixed

bzr revid: amp@tinyerp.com-20120428125125-1unkvn70pz1wys6i
This commit is contained in:
Amit (OpenERP) 2012-04-28 18:21:25 +05:30
parent 41a69ec95d
commit 79aa02650c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
"version" : "1.1",
"author" : "OpenERP SA",
'category': 'Sales Management',
"depends" : ["base", "process", "decimal_precision"],
"depends" : ["base", "process", "decimal_precision", "mail"],
"init_xml" : [],
"demo_xml" : ["product_demo.xml"],
"description": """