From 7838a17043c9af5ba25f935f3f03b2b682d10e91 Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Mon, 27 Oct 2008 14:50:35 +0100 Subject: [PATCH] modifs bzr revid: fp@tinyerp.com-20081027135035-d51e6t61yuckusih --- addons/hr/__terp__.py | 2 +- addons/profile_service/__terp__.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/addons/hr/__terp__.py b/addons/hr/__terp__.py index 1e5c9ff7e12..993f7584c0f 100644 --- a/addons/hr/__terp__.py +++ b/addons/hr/__terp__.py @@ -40,7 +40,7 @@ Different reports are also provided, mainly for attendance statistics. """, - "depends" : ["base", "crm_configuration", "process"], + "depends" : ["base", "process"], "init_xml" : [], "demo_xml" : [ "hr_demo.xml", diff --git a/addons/profile_service/__terp__.py b/addons/profile_service/__terp__.py index 08021bca61c..680b8ed8d9f 100644 --- a/addons/profile_service/__terp__.py +++ b/addons/profile_service/__terp__.py @@ -48,5 +48,3 @@ "installable":True, } -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: -