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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Employee Benefit Percent
========================
Add employee benefits based on percent of the gross salary
    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
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)