[IMP] hr: Unnecessary dependacy removed only highest level on __openerp__, Clean...
authorMustufa Rangwala <mra@mra-laptop>
Fri, 13 Aug 2010 05:28:18 +0000 (10:58 +0530)
committerMustufa Rangwala <mra@mra-laptop>
Fri, 13 Aug 2010 05:28:18 +0000 (10:58 +0530)
bzr revid: mra@mra-laptop-20100813052818-cbdg55q81bf2m91o

addons/hr/__init__.py
addons/hr/__openerp__.py
addons/hr/hr.py
addons/hr/hr_department.py

index b239673..769e894 100644 (file)
@@ -26,5 +26,4 @@ import installer
 import report
 import wizard
 
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
-
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
\ No newline at end of file
index ef54e39..70c91fb 100755 (executable)
@@ -19,7 +19,6 @@
 #
 ##############################################################################
 
-
 {
     "name": "Human Resources",
     "version": "1.1",
@@ -34,7 +33,7 @@
     """,
     'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
-    'depends': ['base', 'process', 'resource','board'],
+    'depends': ['resource', 'board'],
     'init_xml': [],
     'update_xml': [
         'security/hr_security.xml',
@@ -55,4 +54,4 @@
     'active': False,
     'certificate': '0086710558965',
 }
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
\ No newline at end of file
index da9f705..0ec2ddb 100644 (file)
@@ -175,4 +175,4 @@ class hr_department(osv.osv):
 
 hr_department()
 
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
\ No newline at end of file
index 0bc0b56..fb9dcb4 100644 (file)
@@ -19,7 +19,7 @@
 #
 ##############################################################################
 
-from osv import fields,osv
+from osv import fields, osv
 import tools
 
 class hr_department(osv.osv):