| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/7.0/hr_employee_exemption |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Savoir-faire Linux |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Savoir-faire Linux |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, Stéphane Bidoul (ACSONE), OCA Transbot, dufresnedavid |
| WEBSITE | |
| WEBSITE | https://www.savoirfairelinux.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:14 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_payroll - hr - base_setup - base - web_kanban - web - 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 Exemption
==================
This module implements employee exemption.
This allows in salary rules to know whether the employee is exempted
from a source deduction.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_employee_view_form |
hr.employee.form | hr.employee | notebook | 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 | field | Inherits hr_payroll.hr_salary_rule_form |
No new fields.
Public methods (1)exempted_from(self, cr, uid, ids, exemption, date, context=None)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (2)check_exemption(self, cr, uid, ids, localdict, context=None)
compute_rule(self, cr, uid, rule_id, localdict, context=None)