mirror of
https://github.com/bringout/oca-hr.git
synced 2026-04-26 14:11:59 +02:00
Reorganized 67 HR-related modules for better structure: - Moved all odoo-bringout-oca-hr-* packages from packages/oca-technical/ - Now organized in dedicated packages/oca-hr/ submodule - Includes attendance, expense, holiday, employee, and contract modules - Maintains all module functionality while improving project organization This creates a cleaner separation between general technical modules and HR-specific functionality. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 KiB
1 KiB
To use this module, you need to:
- Go to Time Off app > Configuration > Public Holidays
- Create a Public Holiday without State with name Local Holiday
- Create an Employee 1 and set his Work Address in the same State than your Local Holiday
- Create an Employee 2 and set his Work Address in other State than your Local Holiday
- Go to Time Off > Overview and check the grey background is only on Employee 1 on the days used in Local Holiday
- Create a Time Off for Employee 1 that involves Local Holiday and check the days used are computed correctly
- Create a Time Off for Employee 2 that involves Local Holiday and check the days used are computed correctly (more days than the Time Off of Employee 1)
- Check both Employee Calendar views from the Employee form to view the grey background on Local and Public Holidays.
If you have installed Attendances and Contracts apps, and create attenances for both employees on the Local Holiday you can also check Extra Hours are computed correctly in both employees.