From: Mustufa Rangwala Date: Fri, 21 Jan 2011 10:28:32 +0000 (+0530) Subject: [FIX] hr_recuritement: missing dependences in hr_recruitment X-Git-Tag: 6.1.0-rc1-addons~2869^2~111 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=eb8e18a64ae192d917d5be1ed5b052dbaec4ae74;p=odoo%2Fodoo.git [FIX] hr_recuritement: missing dependences in hr_recruitment lp bug: https://launchpad.net/bugs/705770 fixed bzr revid: mra@mra-laptop-20110121102832-lmrohj5t1afu1hp0 --- diff --git a/addons/hr_recruitment/__openerp__.py b/addons/hr_recruitment/__openerp__.py index 5ac4c20..320d0c4 100644 --- a/addons/hr_recruitment/__openerp__.py +++ b/addons/hr_recruitment/__openerp__.py @@ -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',