HR Holidays leave repeated

hr_holidays_leave_repeated
REPOSITORY
REPOSITORYOCA/hr-holidays
GIT
GIThttps://github.com/OCA/hr-holidays.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr-holidays/tree/18.0/hr_holidays_leave_repeated
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Onestein, Le Filament
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Onestein, Le Filament
COMMITTERS
COMMITTERSoca-ci, Hai Lang
WEBSITE
WEBSITEhttps://github.com/OCA/hr-holidays
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_holidays
    - hr
    - base_setup
    - base
    - web
    - digest
    - mail
    - bus
    - web_tour
    - html_editor
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - phone_validation
    - resource_mail
    - calendar
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows to create periodical leaves.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
hr_leave_repeated_view_form hr.leave xpath Inherits hr_holidays.hr_leave_view_form
view_holiday_status_form_repeat hr.leave.type group Inherits hr_holidays.edit_holiday_status_form
Models touched (2)

New fields (5)
  • holiday_type_repeat Boolean
    related='holiday_status_id.repeat'
  • repeat_end_date Date
    default=<expr>
  • repeat_every Selection
    args: [('workday', 'Every workday'), ('week', 'Every week'), ('biweek', 'Every two weeks'), ('month', 'Every four weeks')]
  • repeat_limit Integer
    default=1 string='Repeat # times'
  • repeat_mode Selection
    default='times' args: [('times', 'Number of Times'), ('date', 'End Date')]
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • create_repeated_handler(self, leave, resource_calendar)
    @api.model

New fields (1)
  • repeat Boolean
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/hr-holidays
GIT
GIThttps://github.com/OCA/hr-holidays.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr-holidays/tree/14.0/hr_holidays_leave_repeated
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Onestein
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Onestein
COMMITTERS
COMMITTERSremi-filament, Weblate, OCA-git-bot, oca-ci, ilo
WEBSITE
WEBSITEhttps://github.com/OCA/hr-holidays
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_holidays
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
    - calendar
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
hr_leave_repeated_manager_view_form hr.leave xpath Inherits hr_holidays.hr_leave_view_form_manager
hr_leave_repeated_view_form hr.leave xpath Inherits hr_holidays.hr_leave_view_form
view_holiday_status_form_repeat hr.leave.type group Inherits hr_holidays.edit_holiday_status_form
Models touched (2)

New fields (5)
  • holiday_type_repeat Boolean
    related='holiday_status_id.repeat'
  • repeat_end_date Date
    default=<expr>
  • repeat_every Selection
    args: [('workday', 'Every workday'), ('week', 'Every week'), ('biweek', 'Every two weeks'), ('month', 'Every four weeks')]
  • repeat_limit Integer
    default=1 string='Repeat # times'
  • repeat_mode Selection
    default='times' args: [('times', 'Number of Times'), ('date', 'End Date')]
Public methods (2)
  • create(self, vals)
    @api.model
  • create_repeated_handler(self, vals, employee)
    @api.model

New fields (1)
  • repeat Boolean
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/hr-holidays
GIT
GIThttps://github.com/OCA/hr-holidays.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr-holidays/tree/13.0/hr_holidays_leave_repeated
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Onestein
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Onestein
COMMITTERS
COMMITTERSOCA Transbot, João Marques, oca-travis, Weblate, OCA-git-bot, Vo Minh Bao Hieu, hieu.vmb
WEBSITE
WEBSITEhttps://github.com/OCA/hr-holidays
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_holidays
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
    - mail_bot
    - calendar
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
hr_leave_repeated_view_form hr.leave xpath Inherits hr_holidays.hr_leave_view_form
view_holiday_status_form_repeat hr.leave.type group Inherits hr_holidays.edit_holiday_status_form
Models touched (2)

New fields (5)
  • holiday_type_repeat Boolean
    related='holiday_status_id.repeat'
  • repeat_end_date Date
    default=<expr>
  • repeat_every Selection
    args: [('workday', 'Every workday'), ('week', 'Every week'), ('biweek', 'Every two weeks'), ('month', 'Every four weeks')]
  • repeat_limit Integer
    default=1 string='Repeat # times'
  • repeat_mode Selection
    default='times' args: [('times', 'Number of Times'), ('date', 'End Date')]
Public methods (2)
  • create(self, vals)
    @api.model
  • create_repeated_handler(self, vals, employee)
    @api.model

New fields (1)
  • repeat Boolean
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/hr
GIT
GIThttps://github.com/OCA/hr.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr/tree/12.0/hr_holidays_leave_repeated
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Onestein
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Onestein
COMMITTERS
COMMITTERSPedro M. Baeza, Andrea, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Jaime Arroyo
WEBSITE
WEBSITEhttps://github.com/OCA/hr/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_holidays
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
    - calendar
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
hr_leave_repeated_view_form hr.leave xpath Inherits hr_holidays.hr_leave_view_form
view_holiday_status_form_repeat hr.leave.type group Inherits hr_holidays.edit_holiday_status_form
Models touched (2)

New fields (5)
  • holiday_type_repeat Boolean
    related='holiday_status_id.repeat'
  • repeat_end_date Date
    default=<expr>
  • repeat_every Selection
    args: [('workday', 'Every workday'), ('week', 'Every week'), ('biweek', 'Every two weeks'), ('month', 'Every four weeks')]
  • repeat_limit Integer
    default=1 string='Repeat # times'
  • repeat_mode Selection
    default='times' args: [('times', 'Number of Times'), ('date', 'End Date')]
Public methods (2)
  • create(self, vals)
    @api.model
  • create_repeated_handler(self, vals, employee)
    @api.model

New fields (1)
  • repeat Boolean
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/hr-holidays
PULL REQUEST
PULL REQUEST[19.0][MIG] hr_holidays_leave_repeated: Migration to 19.0 (#258)