Employee Benefit Percent

hr_employee_benefit_percent
REPOSITORY
REPOSITORYOCA/hr
GIT
GIThttps://github.com/OCA/hr.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr/tree/7.0/hr_employee_benefit_percent
VERSION
VERSION 1.0
CATEGORY
CATEGORYGeneric Modules/Human Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSStéphane Bidoul (ACSONE), OCA Transbot, dufresnedavid
WEBSITE
WEBSITEhttps://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/hr:
    - hr_employee_benefit
    - hr_salary_rule_reference
odoo/odoo:
    - hr_payroll
    - hr
    - base_setup
    - base
    - web_kanban
    - web
    - mail
    - resource
    - process
    - board
    - hr_contract
    - hr_holidays
    - base_calendar
    - base_status
    - base_action_rule
    - decimal_precision
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits hr_payroll.view_hr_payslip_form
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)