mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 18:29:08 +02:00
add new module
This commit is contained in:
8
ohrms_overtime/models/hr_contract.py
Normal file
8
ohrms_overtime/models/hr_contract.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from odoo import models, fields
|
||||
|
||||
|
||||
class HrContractOvertime(models.Model):
|
||||
_inherit = 'hr.contract'
|
||||
|
||||
over_hour = fields.Monetary('Hour Wage')
|
||||
over_day = fields.Monetary('Day Wage')
|
||||
Reference in New Issue
Block a user