[IMP] rename portal_hr_employee_view.xml into hr_employee_view.xml

bzr revid: abo@openerp.com-20120727142737-322wskysn6rdk2da
This commit is contained in:
Antonin Bourguignon 2012-07-27 16:27:37 +02:00
parent faefa5b4e7
commit b9606f611b
3 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ portal_crm (which creates the contact page) are installed.
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'depends': ['hr','portal_crm'], 'depends': ['hr','portal_crm'],
'data': [ 'data': [
'portal_hr_employee_view.xml', 'hr_employee_view.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
], ],
'installable': True, 'installable': True,

View File

@ -40,7 +40,7 @@ class crm_contact_us(osv.TransientModel):
} }
class hr_employee(osv.osv): class hr_employee(osv.osv):
_description = "Portal CRM employee" _description = "Portal employee"
_inherit = 'hr.employee' _inherit = 'hr.employee'
""" """