Hello,
In Odoo's Time Off module "hr_holiday" the mandatory days can be color coded based on the picked color which will show in the display name of the mandatory day and in the calendar date.
How to apply that also to the public holidays? i already added the color in the list view and i know that the color is picked based on the work_entry_type record but it does not affect the color of the puplich holiday in the dashboard calendar
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Účetnictví
- Sklad
- PoS
- Projekty
- MRP
This question has been flagged
Hi,
Odoo's Time Off module uses colors associated with work_entry_types to visually distinguish different types of work entries and time off requests. While you can assign a work_entry_type to public holidays, the calendar display doesn't automatically inherit the color from that work_entry_type. This means the color coding you see for mandatory days off won't directly apply to public holidays in the calendar.
To achieve a similar color-coding effect for public holidays, you'll likely need to customize Odoo. The most reliable method is to create a custom module that fetches the color from the related work_entry_type and modifies the calendar view to use that color for displaying public holidays. Odoo Studio might offer limited customization options, but it's unlikely to provide the necessary level of control without code modifications. Keep in mind that customizations require technical expertise and might need adjustments during Odoo updates.
Hope it helps
I know that it requires technical customizations and i am asking how can i implment these customizations.
i already added the color field using python to the resource.calendar.leaves model what i need to know is how would i apply the color of the holidays to the calendar in the view?
I hope you are doing well
1. Add color field to resource.calendar.leaves:
color = fields.Integer(default=1) # Public Holidays = No color (hardcoded colorIndex: 0 in hr_employee
2. Override get_public_holidays_data() in hr.employee to return bh.color instead of 0
3. Add view to show color picker in Public Holidays form
I hope this information helps you
Thanks & Regards,
Kunjan Patel
Thanks for the replay this would work on the employee level. however i want it to work in the dashboard in the time off module too.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit se| Related Posts | Odpovědi | Zobrazení | Aktivita | |
|---|---|---|---|---|
|
|
0
pro 25
|
203 | ||
|
|
1
lis 25
|
1796 | ||
|
|
1
lis 25
|
837 | ||
|
|
2
zář 25
|
3619 | ||
|
|
1
srp 25
|
2746 |