Search 1.9 billion lines of Odoo code on GitHub

specific_hr

Author: Camptocamp
License: AGPL-3
Branch: merge-branch-1882-10.53.1
Repository: camptocamp/account-closing
Dependencies: hr, hr_contract, hr_holidays, hr_holidays_compute_days, hr_holidays_imposed_days, hr_holidays_legal_leave, specific_fct, and users_ldap_populate
Languages: Python (368, 57.7%), XML (260, 40.8%), and reStructuredText (10, 1.6%)
Other branches: merge-branch-1882-10.53.2, merge-branch-1882-10.53.3, merge-branch-1882-10.54.0, merge-branch-1882-10.54.1, merge-branch-1882-10.55.0, merge-branch-1882-10.56.0, merge-branch-1882-10.57.0, merge-branch-1882-10.57.1, merge-branch-1882-10.57.2, merge-branch-1882-10.57.3, merge-branch-1882-10.57.4, merge-branch-1882-10.57.5, and merge-branch-1882-10.58.1
Other repositories: Elbagoury/oerpscenario, camptocamp/account-financial-tools, camptocamp/hr, camptocamp/oerpscenario, dorsaf/oerpscenario, dsasoftware/oerpscenario, eng-eslam-a-y/oerpscenario, marcelsavegnago/oerpscenario, proxly/oerpscenario, shouyejing/oerpscenario, socogest-it/oerpscenario, and teachteamgithub/oerpscenario

<h1 class="title">HR Specifics</h1> <ul class="simple"> <li>new fields on hr.contracts, employees</li> <li>compute vacations (paid leaves and RTT) on a monthly basis (with a cron)</li> <li>customisation of hr holidays imposed to handle 1/2 days</li> <li>management of RTT holydays type</li> </ul> <p>When a res.users is created from the LDAP, look for a matching employee (match is on xmlid BSO_employee.&lt;name&gt; == user.&lt;login&gt;), if found link both.</p> <p>Add a group bso_hr_confidential. Members of this group can access contract data.</p>