Holidays calendar name

hr_holidays_calendar_name
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_calendar_name
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Pierre Verkest <pierreverkest84@gmail.com>
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Pierre Verkest <pierreverkest84@gmail.com>
COMMITTERS
COMMITTERSPierre Verkest, Weblate, OCA-git-bot
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 (1)
XML IDNameModelTypeStatus
edit_holiday_status_form hr.leave.type.form hr.leave.type field Inherits hr_holidays.edit_holiday_status_form
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • calendar_meeting_leave_template Char
    help="Template used to generate calendar meeting name, \nie: '%(employee_name)s on Time Off : %(formatted_duration)s' which is roughly the default behavior from odoo if you leave this field empty.Here the list of possible parameters: \n* `employee_or_category`: employee name or category if leave has no users linked\n* `employee_name`: employee name\n* `category_name`: hr category name (tag)\n* `formatted_duration`: number of ours or days with the unit according the kind of leave\n* `number_of_hours_display`: number of hours\n* `number_of_days`: number of days\n* `start`: start date\n* `stop`: end date\n* `leave_type_name`: leave type name\n* `leave_type_code`: leave type code\n* `leave_name`: leave name\n" translate=True
Public methods (0)

No public methods.