Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Aconcagua
hr_payroll_base_config
Commits
e1470e2a
Commit
e1470e2a
authored
May 30, 2022
by
jira
Browse files
[FIX] hr.payslip.line was generating too much rows on ir.translation
parent
ca71d318
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
models/hr_payslip_line.py
models/hr_payslip_line.py
+1
-0
No files found.
models/hr_payslip_line.py
View file @
e1470e2a
...
...
@@ -20,6 +20,7 @@ class HRPayslipLine(models.Model):
_inherit
=
'hr.payslip.line'
_order
=
'code'
name
=
fields
.
Char
(
translate
=
False
)
quantity_print
=
fields
.
Float
(
'Quantity Print'
,
default
=
0.0
)
category_rel
=
fields
.
Char
(
string
=
'Category'
,
related
=
'salary_rule_id.category_id.code'
)
employee_code
=
fields
.
Char
(
string
=
'Employee Code'
,
related
=
'employee_id.identification_id'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment