From eb8e18a64ae192d917d5be1ed5b052dbaec4ae74 Mon Sep 17 00:00:00 2001 From: Mustufa Rangwala Date: Fri, 21 Jan 2011 15:58:32 +0530 Subject: [PATCH] [FIX] hr_recuritement: missing dependences in hr_recruitment lp bug: https://launchpad.net/bugs/705770 fixed bzr revid: mra@mra-laptop-20110121102832-lmrohj5t1afu1hp0 --- addons/hr_recruitment/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 1.7.10.4