Holidays Summary Email

hr_holidays_summary_email
REPOSITORY
REPOSITORYOCA/hr-holidays
GIT
GIThttps://github.com/OCA/hr-holidays.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr-holidays/tree/16.0/hr_holidays_summary_email
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSMiquel Raïch, Weblate, OCA-git-bot, oca-ci, JasminSForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/hr-holidays
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:53
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/hr-holidays:
    - hr_holidays_settings
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 (4)
XML IDNameModelTypeStatus
hr_employee_public_view_form hr.employee.public.form - hr_holidays_summary_email hr.employee.public field Inherits hr.hr_employee_public_view_form
res_config_settings_view_form res.config.settings.form - hr_holidays_summary_email res.config.settings xpath Inherits hr_holidays_settings.res_config_settings_view_form
res_users_view_form_profile res.users.preferences.form.inherit - hr_holidays_summary_email res.users field Inherits hr.res_users_view_form_profile
view_employee_form_leave_inherit hr.employee.view.form - hr_holidays_summary_email hr.employee field Inherits hr_holidays.view_employee_form_leave_inherit
Models touched (5)

New fields (2)
  • hr_leave_summary_type Selection
    default='no' required=True selection=[('no', 'No'), ('daily', 'Daily'), ('weekly', 'Weekly')] string='Leave Summary Email'
  • last_hr_leave_summary_sent Date
    readonly=True string='Last Leave Summary Email Sent'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • format_hr_leave_summary_date(self, date_from=True)

New fields (1)
  • hr_holidays_summary_weekly_dow Selection
    default='0' required=True selection=[('0', 'Monday'), ('1', 'Tuesday'), ('2', 'Wednesday'), ('3', 'Thursday'), ('4', 'Friday'), ('5', 'Saturday'), ('6', 'Sunday')] string='Leave Weekly Summary Day of Week'
Public methods (0)

No public methods.

New fields (1)
  • hr_holidays_summary_weekly_dow Selection
    readonly=False related='company_id.hr_holidays_summary_weekly_dow' required=True
Public methods (0)

No public methods.

New fields (1)
  • hr_leave_summary_type Selection
    readonly=False related='employee_id.hr_leave_summary_type' related_sudo=False
Public methods (2)
  • SELF_READABLE_FIELDS(self)
    @property
  • SELF_WRITEABLE_FIELDS(self)
    @property
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_summary_email
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSEnric Tobella, JordiMForgeFlow, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/hr-holidays
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/hr-holidays:
    - hr_holidays_settings
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 (4)
XML IDNameModelTypeStatus
hr_employee_public_view_form hr.employee.public.form - hr_holidays_summary_email hr.employee.public field Inherits hr.hr_employee_public_view_form
res_config_settings_view_form res.config.settings.form - hr_holidays_summary_email res.config.settings xpath Inherits hr_holidays_settings.res_config_settings_view_form
res_users_view_form_profile res.users.preferences.form.inherit - hr_holidays_summary_email res.users field Inherits hr.res_users_view_form_profile
view_employee_form_leave_inherit hr.employee.view.form - hr_holidays_summary_email hr.employee field Inherits hr_holidays.view_employee_form_leave_inherit
Models touched (5)

New fields (2)
  • hr_leave_summary_type Selection
    default='no' required=True selection=[('no', 'No'), ('daily', 'Daily'), ('weekly', 'Weekly')] string='Leave Summary Email'
  • last_hr_leave_summary_sent Date
    readonly=True string='Last Leave Summary Email Sent'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • format_hr_leave_summary_date(self, date_from=True)

New fields (1)
  • hr_holidays_summary_weekly_dow Selection
    default='0' required=True selection=[('0', 'Monday'), ('1', 'Tuesday'), ('2', 'Wednesday'), ('3', 'Thursday'), ('4', 'Friday'), ('5', 'Saturday'), ('6', 'Sunday')] string='Leave Weekly Summary Day of Week'
Public methods (0)

No public methods.

New fields (1)
  • hr_holidays_summary_weekly_dow Selection
    readonly=False related='company_id.hr_holidays_summary_weekly_dow' required=True
Public methods (0)

No public methods.

New fields (1)
  • hr_leave_summary_type Selection
    readonly=False related='employee_id.hr_leave_summary_type' related_sudo=False
Public methods (0)

No public methods.

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