mirror of
https://github.com/bringout/oca-hr.git
synced 2026-04-26 10:52:04 +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>
21 lines
976 B
ReStructuredText
21 lines
976 B
ReStructuredText
For adding public holidays:
|
|
|
|
#. Go to the menu *Leaves > Public Holidays > Public Holidays*.
|
|
#. Create your public holidays.
|
|
|
|
For using public holidays on leaves:
|
|
|
|
#. Go to *Time Off > Dashboard*.
|
|
#. Select dragging on the calendar the days you want to be on leave, or go
|
|
to the form view for selecting start and end dates.
|
|
#. Select the proper "Leave Type" that has "Exclude Public Holidays" checked.
|
|
#. If no leave type is yet specified, then default configuration is to exclude
|
|
public holidays.
|
|
#. The number of days will be computed excluding public holidays that match the
|
|
selected employee, including global, country and state holidays.
|
|
#. If no employee is yet selected, only global holidays will be taken into
|
|
account.
|
|
|
|
In calendar views in HR holiday app public will be display
|
|
(likes other unusual days) according the current user employee country/state. If not set
|
|
the there is a fallback to the current company country/state to filter public holidays.
|