Payroll Public Holidays
by Nimarosa https://github.com/OCA/payroll , Odoo Community Association (OCA) https://github.com/OCA/payrollPayroll Public Holidays

Allows to link hr_holidays_public module with payroll.
With this module installed, public holidats will automatically be fetched and displayed in worked days table for payslip computation. This is useful to countries that need to make salary rules with public holidays data.
Table of contents
Usage
- Set public holidays via the Public Holidays menu provided by calendar_public_holiday (model calendar.public.holiday). This is the source read by this module to produce the PHOL line on payslips.
- Do not use the Public Holidays menu provided by Odoo standard hr_holidays: it stores entries on resource.calendar.leaves which are not picked up here and produce a generic line on the payslip instead of a PHOL line.
- Create a payslip: public holidays from calendar.public.holiday are fetched automatically into the worked days table with code PHOL.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- Nimarosa
Contributors
- Nimarosa (Nicolas Rodriguez) <nicolarsande@gmail.com>
- Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>_
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Current maintainer:

This module is part of the OCA/payroll project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Time Off (hr_holidays)
• Calendar (calendar) • Discuss (mail) • Employee Contracts (hr_contract) • Employees (hr) |
| Community Apps Dependencies | Show |
| Lines of code | 4107 |
| Technical Name |
payroll_hr_public_holidays |
| License | AGPL-3 |
| Website | https://github.com/OCA/payroll |
Please log in to comment on this module