[Fix] : Removed unused dependancy
authorRCH(Open ERP) <>
Thu, 4 Feb 2010 12:36:40 +0000 (18:06 +0530)
committerVir (Open ERP) <vir@tinyerp.com>
Thu, 4 Feb 2010 12:36:40 +0000 (18:06 +0530)
bzr revid: vir@tinyerp.com-20100204123640-qjyjbm5qa2psza0x

addons/hr_holidays/__terp__.py

index 7e11b75..f84a026 100644 (file)
@@ -47,7 +47,7 @@
 """,
     'author': 'Tiny & Axelor',
     'website': 'http://www.openerp.com',
-    'depends': ['hr', 'crm', 'process','hr_attendance'],
+    'depends': ['hr', 'crm', 'process'],
     'init_xml': [],
     'update_xml': [
         'security/ir.model.access.csv',