v 9.0 v 10.0 Third Party 1757
Download for v 10.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Leave Management (hr_holidays)
Calendar (calendar)
Employee Directory (hr)
Discuss (mail)
Technical Name hr_public_holidays
LicenseAGPL-3
Websitehttp://miketelahun.wordpress.com
Versions 9.0 10.0
You bought this module and need support? Click here!

HR Public Holidays

This module allows to define public holidays at country or state level by year.

These holidays will be taken into account in standard resource allocation and requests, and can be used by other modules as base data.

As well, this module will try to highlight known holidays in calendar views.

Configuration

  1. Go to Leaves > Public Holidays > Public Holidays.
  2. Create a record, specifying:
    • Year for the holidays you are going to set.
    • Optionally, a country where the holidays apply. If not set, it means holidays are global.
  3. On "Public Holidays" section, introduce a line for each of the holidays you want to specify.
  4. Optionally, you can set at line level several countries for limiting the holidays to that countries.

On following years, you can speed up public holidays creation using a wizard:

  1. Go to Leaves > Public Holidays > Create Next Year Public Holidays.
  2. If there's no special situation, you only need to click on "Create" for applying the same holidays as this year for the next.
  3. If you need to generate holidays for another year different from next one, or take as source another year different from the last one, go to the "Optional" page for configuring these parameters.

To customize the color to highlight public holidays in calendar views:

  1. navigate to Settings > Technical > System parameters
  2. provide a value to calendar.public_holidays_color key (both hex RGB and valid web color names will do, and invalid color settings would be ignored completely).

Usage

Try me on Runbot

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 smashing it by providing a detailed and welcomed feedback.

Credits

Images

  • Odoo Community Association: Icon.

Contributors

Maintainer

Odoo Community Association

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.

To contribute to this module, please visit https://odoo-community.org.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
Patch to use it in 11.0?
by
stanislav ploschansky
on 7/23/18, 6:31 AM

Hi, I tried install it in Odoo.sh (v 11.0) but got quite many errors. Has someone a patch for v11?


error when trying to install on odoo 10
by
Velin Budinov
on 6/7/17, 10:11 AM

Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 638, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 675, in dispatch result = self._call_function(**self.params) File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 331, in _call_function return checked_call(self.db, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/odoo/service/model.py", line 101, in wrapper return f(dbname, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 324, in checked_call result = self.endpoint(*a, **kw) File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 933, in __call__ return self.method(*args, **kw) File "/usr/lib/python2.7/dist-packages/odoo/http.py", line 504, in response_wrap response = f(*args, **kw) File "/usr/lib/python2.7/dist-packages/odoo/addons/web/controllers/main.py", line 889, in call_button action = self._call_kw(model, method, args, {}) File "/usr/lib/python2.7/dist-packages/odoo/addons/web/controllers/main.py", line 877, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/usr/lib/python2.7/dist-packages/odoo/api.py", line 681, in call_kw return call_kw_multi(method, model, args, kwargs) File "/usr/lib/python2.7/dist-packages/odoo/api.py", line 672, in call_kw_multi result = method(recs, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/odoo/addons/base/module/module.py", line 410, in button_immediate_install return self._button_immediate_function(type(self).button_install) File "/usr/lib/python2.7/dist-packages/odoo/addons/base/module/module.py", line 484, in _button_immediate_function modules.registry.Registry.new(self._cr.dbname, update_module=True) File "/usr/lib/python2.7/dist-packages/odoo/modules/registry.py", line 82, in new odoo.modules.load_modules(registry._db, force_demo, status, update_module) File "/usr/lib/python2.7/dist-packages/odoo/modules/loading.py", line 339, in load_modules loaded_modules, update_module) File "/usr/lib/python2.7/dist-packages/odoo/modules/loading.py", line 237, in load_marked_modules loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks) File "/usr/lib/python2.7/dist-packages/odoo/modules/loading.py", line 156, in load_module_graph _load_data(cr, module_name, idref, mode, kind='data') File "/usr/lib/python2.7/dist-packages/odoo/modules/loading.py", line 95, in _load_data tools.convert_file(cr, module_name, filename, idref, mode, noupdate, kind, report) File "/usr/lib/python2.7/dist-packages/odoo/tools/convert.py", line 845, in convert_file convert_xml_import(cr, module, fp, idref, mode, noupdate, report) File "/usr/lib/python2.7/dist-packages/odoo/tools/convert.py", line 915, in convert_xml_import obj.parse(doc.getroot(), mode=mode) File "/usr/lib/python2.7/dist-packages/odoo/tools/convert.py", line 799, in parse self._tags[rec.tag](rec, de, mode=mode) File "/usr/lib/python2.7/dist-packages/odoo/tools/convert.py", line 707, in _tag_record id = self.env(context=rec_context)['ir.model.data']._update(rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode) File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_model.py", line 1228, in _update record = record.create(values) File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_ui_view.py", line 360, in create return super(View, self).create(self._compute_defaults(values)) File "/usr/lib/python2.7/dist-packages/odoo/models.py", line 3838, in create self._fields[key].determine_inverse(record) File "/usr/lib/python2.7/dist-packages/odoo/fields.py", line 1000, in determine_inverse getattr(records, self.inverse)() File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_ui_view.py", line 220, in _inverse_arch view.write(data) File "/usr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_ui_view.py", line 378, in write return super(View, self).write(self._compute_defaults(vals)) File "/usr/lib/python2.7/dist-packages/odoo/models.py", line 3564, in write self._write(old_vals) File "/usr/lib/python2.7/dist-packages/odoo/models.py", line 3715, in _write self._validate_fields(vals) File "/usr/lib/python2.7/dist-packages/odoo/models.py", line 1083, in _validate_fields raise ValidationError("%s\n\n%s" % (_("Error while validating constraint"), tools.ustr(e))) ParseError: "Error while validating constraint Model not found: public.holidays.next.year.wizard Error context: View `Create Next Year Public Holidays`