Search 1.9 billion lines of Odoo code on GitHub

payroll_benefit_exemption

Author: Savoir-faire Linux
License: AGPL-3
Branch: 10.0
Repository: Abdullah-Alghoul/odoo_payroll
Dependencies: payroll_employee_benefit, and payroll_employee_exemption
Languages: PO File (38, 21.6%), Python (93, 52.8%), XML (19, 10.8%), and reStructuredText (26, 14.8%)
Other branches: 8.0, and 9.0
Other repositories: BusinessTec/odoo_payroll, FullBringEc/odoo_payroll, Gofekra/odoo_payroll, TaungTechnologies/odoo_payroll, VitalPet/odoo_payroll, XtremXpert/odoo_payroll, ahmed3bdelhady88/odoo_payroll, cameroun/odoo_payroll, georgeppts/odoo_payroll, goliasse/odoo_payroll, hilarak/odoo_payroll, jjlopezg/odoo_payroll, kalpeshrwl/odoo_payroll, khl2007/odoo_payroll, leanovo/odoo_payroll, mohamedmagdy/odoo_payroll, mohshedid/odoo_payroll, odoofans/odoo_payroll, ppts-odoo/odoo_payroll, rigo1985/odoo_payroll, rkhalil1990/odoo_payroll, savoirfairelinux/odoo_payroll, and simplifysolutions/odoo_payroll

<a name="employee-benefit-exemption"></a> <h2>Employee Benefit Exemption</h2> <p>Add exemptions on employee benefit categories.</p> <a name="usage"></a> <h2>Usage</h2> <p>Go to: Human Resources -&gt; Configuration -&gt; Payroll -&gt; Income Tax Exemptions Create an exemption (EX1)</p> <p>Go to: Human Resources -&gt; Configuration -&gt; Payroll -&gt; Salary Rules Select a salary rule (R1) on which to apply the exemption In the field 'Exemption', select the exemption EX1</p> <p>Go to Human Resources -&gt; Configuration -&gt; Payroll -&gt; Employee Benefit Categories Create a benefit category (B1). In the 'Exemptions' tab, add exemption EX1.</p> <p>In the python code of the salary rule R1, calling the following function will exclude all benefits related to B1:</p> <blockquote> result = rule.sum_benefits(payslip)</blockquote> <a name="credits"></a> <h2>Credits</h2> <a name="contributors"></a> <h3>Contributors</h3> <ul class="simple"> <li>David Dufresne &lt;<a class="reference external" href="mailto:david.dufresne&#64;savoirfairelinux.com">david.dufresne&#64;savoirfairelinux.com</a>&gt;</li> <li>Maxime Chambreuil &lt;<a class="reference external" href="mailto:maxime.chambreuil&#64;savoirfairelinux.com">maxime.chambreuil&#64;savoirfairelinux.com</a>&gt;</li> <li>Pierre Lamarche &lt;<a class="reference external" href="mailto:pierre.lamarche&#64;savoirfairelinux.com">pierre.lamarche&#64;savoirfairelinux.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h3>Maintainer</h3> <a class="reference external image-reference" href="http://odoo-community.org"><img alt="Odoo Community Association" src="http://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>To contribute to this module, please visit <a class="reference external" href="http://odoo-community.org">http://odoo-community.org</a>.</p>