Hi guys,
I'm new to Odoo and I'm using Odoo v8, and am not able to inherit the payroll module . . . please can someone help me
And I tried to create data file to add new values in Contribution Registers and its also not working
Is this the correct way:
==============================================
is_hr_payroll.py
==============================================
from openerp import models, fields, api
class is_hr_payroll(models.Model):
_inherit = 'hr.payroll'
===============================================
??