Repository
OCA/l10n-germany · module folder · Try on Runboat
Module version
1.0.2
Category
Human Resources
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-germany
Last tracking update
2026-08-07 07:57:05
Authors
Odoo Community Association (OCA)
Maintainers
Odoo Community Association (OCA)
Committers
Weblate, OCA-git-bot, oca-ci, Alexander Bigga
Odoo dependencies
OCA/hr-holidays:
odoo/odoo:
- hr
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
hr_holidays_public_generator_view hr.holidays.public.generator.view hr.holidays.public.generator form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (4)
  • country_id Many2one → res.country
    domain=[('code', 'in', COUNTRY_GENERATORS)] required=True string='Country' args: 'res.country'
  • state_id Many2one → res.country.state
    string='State' args: 'res.country.state'
  • template_id Many2one → hr.holidays.public
    string='From Template' args: 'hr.holidays.public'
  • year Integer
    default=<expr> required=True
Public methods (4)
  • action_run(self)
  • generate_function_copy_name(self)
  • generate_function_generate_name(self)
  • onchange_template_id(self)
    @api.onchange('template_id')

New fields (0)

No new fields.

Public methods (15)
  • action_copy_de_holidays(self)
  • action_delete_holidays(self, existing_holidays)
  • action_generate_de_holidays(self)
  • calculate_ascension_day(self, easter)
    @api.model
  • calculate_corpus_christi(self, easter)
    @api.model
  • calculate_easter_monday(self, easter)
    @api.model
  • calculate_easter_sunday(self, year)
    @api.model
  • calculate_fixed_holidays(self, existing_holidays)
    @api.model
  • calculate_floating_holidays(self, existing_holidays)
    @api.model
  • calculate_new_good_friday(self, easter)
    @api.model
  • calculate_repentance_day(self, year)
    @api.model
  • calculate_state_fixed_holidays(self, existing_holidays, state=None)
    @api.model
  • calculate_state_floating_holidays(self, existing_holidays, state=None)
    @api.model
  • calculate_whit_monday(self, easter)
    @api.model
  • get_state_ids(self, codes=None)
    @api.model
    :codes: should be a list of states' codes Returns states ids in :codes:

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
228 days ago
Last activity
119 days ago
Repository
OCA/l10n-germany
Pull request
[16.0][MIG] l10n_de_holidays: Migration to 16.0 (#210)