mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2026-01-05 23:53:01 +02:00
wrkon invoice report
This commit is contained in:
@@ -696,8 +696,8 @@ class EmployeeSalary(models.Model):
|
||||
housing_allowance = fields.Monetary(string='HRA', tracking=True, help="House rent allowance.")
|
||||
travel_allowance = fields.Monetary(string="Travel Allowance", help="Travel allowance")
|
||||
total_salary = fields.Float('Gross Salary')
|
||||
loan_deduct = fields.Float('Loan Deduduction')
|
||||
monthly_deduct = fields.Float('Other Deduction')
|
||||
loan_deduct = fields.Float('Loan Deduductions')
|
||||
monthly_deduct = fields.Float('Other Deductions')
|
||||
deduction_start_date = fields.Date('Deduction Start Date')
|
||||
deduction_end_date = fields.Date('Deduction End Date')
|
||||
currency_id = fields.Many2one(string="Currency", related='company_id.currency_id', readonly=True)
|
||||
|
||||
Reference in New Issue
Block a user