hr-holidays
hr-holidays copied to clipboard
Human Resources Holidays OCA modules for Odoo
depends on: - [ ] https://github.com/OCA/hr-holidays/pull/109
Helper functions to find public holidays did allow to use an hr.employee to filter country and states based on the employee address. Since only the address of the employee was...
A module making replacing the current leave_manager_id field by a many2many field called leave_manager_ids. Thus allowing a user to have several leave managers. TODO: - [ ] More unit tests
Hello, I encountered a bug in the `hr_leave_custom_hour_interval` module (14.0 branch). The issue occurs when approving a leave request at the company level. The system fails and returns an "Expected...
As described on #103, when approving company-level leaves, the custom_hour_interval raises a `Expected singleton` error. This PR fixes that by replacing the object from we're getting the `request_time_hour_from` to the...
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0 # Modules to migrate - [x] hr_holidays_auto_extend - By @luisDIXMIT - #136 - [x] hr_holidays_natural_period - By @OsoTranquilo - #79 - [ ] hr_holidays_public - By @yankinmax...
Standard migration. Extended test coverage. @etobella
This module adds a new field States (provinces) on the leaves to allow define public leaves only for certain states. When an employee is taking a leave, will take in...