TIP: You can type at any time to perform a new search.
Payroll Rule Time Parameter
payroll_rule_time_parameter · OCA/payroll
- Repository
- OCA/payroll · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Payroll
- Folder size
- 0.04 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/payroll
- Last tracking update
- 2026-08-18 11:20:12
- Authors
- Odoo Community Association (OCA), appstogrow, nimarosa
- Maintainers
- Odoo Community Association (OCA), appstogrow, nimarosa
- Committers
- OCA-git-bot, oca-ci, hitrosol
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module adds Rule Parameters to payroll configuration menu. Use in salary rule python code like this: ``` python myvalue = payslip.time_parameter("mycode") ```
Code Analysis ⓘ
Views touched (0)
No views found for this module.
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (0)
No new fields.
Public methods (1)-
rule_parameter(self, code, date=False, get='value')
Loading…