Repository
OCA/hr · module folder · Try on Runboat
Module version
1.0
Category
Generic Modules/Human Resources
Folder size
0.17 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
Alexandre Fayolle, Stéphane Bidoul (ACSONE), OCA Transbot, dufresnedavid
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
hr_employee_benefit_exemption
Description
Employee Exemption
==================
This module implements employee exemption.
This allows in salary rules to know whether the employee is exempted
from a source deduction.
    

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
hr_employee_view_form hr.employee.form hr.employee form Inherits hr.view_employee_form
hr_income_tax_exemption_form hr.income.tax.exemption.form hr.income.tax.exemption form New
hr_income_tax_exemption_list hr.income.tax.exemption.tree hr.income.tax.exemption tree New
hr_salary_rule_form hr.salary.rule.form hr.salary.rule form Inherits hr_payroll.hr_salary_rule_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • exempted_from(self, cr, uid, ids, exemption, date, context=None)
    The method to call from a salary rule to check whether an employee is exempted from a source deduction :type exemption: hr.income.tax.exemption browse record

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • check_exemption(self, cr, uid, ids, localdict, context=None)
    Check whether the employee is exempted for the given rule
  • compute_rule(self, cr, uid, rule_id, localdict, context=None)