[IMP] hr: Unnecessary dependacy removed only highest level on __openerp__, Clean code

bzr revid: mra@mra-laptop-20100813052818-cbdg55q81bf2m91o
This commit is contained in:
Mustufa Rangwala 2010-08-13 10:58:18 +05:30
parent 4c2e72dca6
commit cf1debb7eb
4 changed files with 5 additions and 7 deletions

View 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:

View File

@ -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:

View 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:

View File

@ -19,7 +19,7 @@
#
##############################################################################
from osv import fields,osv
from osv import fields, osv
import tools
class hr_department(osv.osv):