Search 1.9 billion lines of Odoo code on GitHub

hr_holidays_expiration

Author: Onestein
License: no license
Branch: 8.0
Repository: a0c/addons-onestein
Dependencies: base, email_template, and hr_holidays
Languages: Python (85, 39.2%), XML (113, 52.1%), and reStructuredText (19, 8.8%)
Other branches: 10.0, 11.0, 9.0, and partsware
Other repositories: AEK-BKF/addons-onestein, AhmedHasan1991/addons-onestein, ArnulfoSepulveda/addons-onestein, BT-rmartin/addons-onestein, CLVsol/addons-onestein, Callino/addons-onestein, Gofekra/addons-onestein, HarshalBhoir/addons-onestein, Hayyan-Ebrahem/addons-onestein, ICTSTUDIO/addons-onestein, JohnLYH/addons-onestein, LevelPrime/addons-onestein, NESMCO/addons-onestein, NL66278/addons-onestein, Nkirui/addons-onestein, Nucleoos/addons-onestein, OdooBulgaria/addons-onestein, PrenorSistemas/addons-onestein, RL-OtherApps/addons-onestein, RealSolutionsLux/addons-onestein, VitalPet/addons-onestein, aaltinisik/addons-onestein, adhoc-dev/addons-onestein, adriansteel/addons-onestein, alangwansui/addons-onestein, anodino-dev/addons-onestein, aravinthu/addons-onestein, aurestic/addons-onestein, aymanshow/addons-onestein, bcang/addons-onestein, brain-tec/addons-onestein, cameroun/addons-onestein, camptocamp/addons-onestein, cialuo/addons-onestein, diagramsoftware/addons-onestein, diellenne/addons-onestein, elperrofarelo/addons-onestein, eqms/addons-onestein, eribowo/addons-onestein, focusate/addons-onestein, garzadekoster/addons-onestein, gfcapalbo/addons-onestein, grant-thornton/addons-onestein, guewen/addons-onestein, gurneyalex/addons-onestein, haryoran04/addons-onestein, haylahi/addons-onestein, hbrunn/addons-onestein, iCivic/addons-onestein, inforpordev/addons-onestein, izzihector/addons-onestein, jimhoefnagels/addons-onestein, jlzhou/addons-onestein, junusd/addons-onestein, kenvac/addons-onestein, kikopeiro/addons-onestein, leodoooca/addons-onestein, levkar/addons-onestein, lnkdel/addons-onestein, luca-vercelli/addons-onestein, marcelsavegnago/addons-onestein, maurolguin1/addons-onestein, minhhq09/addons-onestein, mulaudzicalvin/addons-onestein, nick2474/addons-onestein, niulinlnc/addons-onestein, nvq247/addons-onestein, odof/addons-onestein, odoobgorg/addons-onestein, odoofans/addons-onestein, omarlemorac/addons-onestein, one2pret/addons-onestein, onesteinbv/addons-onestein, openmes/addons-onestein, robotiko/addons-onestein, royalline1/addons-onestein, sc4you/addons-onestein, scbrianti/addons-onestein, shouyejing/addons-onestein, sunflowerit/addons-onestein, taifu/addons-onestein, tekcloud/addons-onestein, thinkwelltwd/addons-onestein, tholenstein/addons-onestein, tschanzt/addons-onestein, tusharkwagh99/addons-onestein, ursais/addons-onestein, vcloud9ray/addons-onestein, vidtsin/addons-onestein, westlyou/addons-onestein, yasmanycastillo/addons-onestein, and yasserkaddour/addons-onestein

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <a name="holidays-expiration"></a> <h2>Holidays expiration</h2> <p>This module adds the possibility to manage the expiration of the holidays including the possibility to send a customizable warning email to the HR responsible.</p> <p>In a multi-company environment, the expiry is set at the allocation request. Then you can combine all holidays into one holiday leave type regardless of what is the current Company (this is the standard behavior of Odoo). This allows the end users to just have to select one type of holiday and the HR officer/manager can set their different expiry types (eg.: statutory / non - statutory) per allocation.</p> <p>The holiday allocations are consumed according first expiration first.</p> <p>Test scenario: 1. Create multiple holiday allocation with different expiration dates 2. Create leave requests and check allocation consumption. First expiring allocation should be consumed.</p> <p>The new version contains the following changes/modifications: 1. Removed the following fields (full Validity field group) from the leave type:</p> <blockquote> expirable, validity in Month, notify expiration via email, notify period, Notify email template, expired email template</blockquote> <ol class="arabic simple" start="2"> <li>Added Notify email template, expired email template to the Company configuration form</li> <li>When creating a leave allocation the Notify email template, the default expired email template is copied from the Company.</li> </ol>