[FIX] dependency for hr_evaluation
authorFabien Pinckaers <fp@tinyerp.com>
Tue, 16 Feb 2010 11:28:42 +0000 (12:28 +0100)
committerFabien Pinckaers <fp@tinyerp.com>
Tue, 16 Feb 2010 11:28:42 +0000 (12:28 +0100)
bzr revid: fp@tinyerp.com-20100216112842-ge8i36mz3lnignct

addons/hr_evaluation/__terp__.py

index 27e55d1..a396c44 100644 (file)
@@ -25,7 +25,7 @@
     "author" : "Tiny",
     "category" : "Generic Modules/Human Resources",
     "website" : "http://www.openerp.com",
-    "depends" : ["hr",'crm_hr'],
+    "depends" : ["hr",'crm_hr','survey'],
     "description": "Ability to create employees evaluation.",
     "init_xml" : [],
     "demo_xml" : ["hr_evaluation_demo.xml"],