Skip to content

Commit

Permalink
Fix model name
Browse files Browse the repository at this point in the history
  • Loading branch information
dufresnedavid committed Apr 23, 2015
1 parent eb8b281 commit d24c8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hr_employee_exemption/hr_employee.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from openerp.osv import orm, fields


class hr_employee_exemption(orm.Model):
class hr_employee(orm.Model):
_inherit = 'hr.employee'

_columns = {
Expand Down

0 comments on commit d24c8ef

Please sign in to comment.