[FIX] hr_recuritement: missing dependences in hr_recruitment
authorMustufa Rangwala <mra@mra-laptop>
Fri, 21 Jan 2011 10:28:32 +0000 (15:58 +0530)
committerMustufa Rangwala <mra@mra-laptop>
Fri, 21 Jan 2011 10:28:32 +0000 (15:58 +0530)
lp bug: https://launchpad.net/bugs/705770 fixed

bzr revid: mra@mra-laptop-20110121102832-lmrohj5t1afu1hp0

addons/hr_recruitment/__openerp__.py

index 5ac4c20..320d0c4 100644 (file)
@@ -33,7 +33,7 @@ system to store and search in your CV base.
     """,
     'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
-    'depends': ['hr','survey','crm'],
+    'depends': ['decimal_precision', 'hr', 'survey', 'crm'],
     'update_xml': [
         'wizard/hr_recruitment_phonecall_view.xml',
         'wizard/hr_recruitment_create_partner_job_view.xml',