TIP: You can type at any time to perform a new search.
Employee Benefit Percent
hr_employee_benefit_percent · OCA/hr
- Repository
- OCA/hr · module folder · Try on Runboat
- Module version
- 1.0
- Category
- Generic Modules/Human Resources
- Folder size
- 0.02 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://www.savoirfairelinux.com
- Last tracking update
- 2026-08-07 06:56:12
- Authors
- Savoir-faire Linux, Odoo Community Association (OCA)
- Maintainers
- Savoir-faire Linux, Odoo Community Association (OCA)
- Committers
- Stéphane Bidoul (ACSONE), OCA Transbot, dufresnedavid
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_hr_payslip_form |
hr.payslip.form | hr.payslip | form | Inherits hr_payroll.view_hr_payslip_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (1)-
get_all_amount_types(self, cr, uid, context=None)
New fields (0)
No new fields.
Public methods (1)-
set_gross_salary(self, cr, uid, ids, gross, context=None)Allow to set payslip fields directly from the salary rules. This is required to allow setting the gross_salary at a precise moment in the salary structure. Exemple ------- payslip.set_gross_salary(GROSS)