Time Off - Calendar

hr_holidays_calendar
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/13.0/hr_holidays_calendar
VERSION
VERSION 1.5
CATEGORY
CATEGORYHuman Resources/Time Off
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Goffin Simon, Yannick Tivisse, Xavier-Do
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:06:41
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_report_calendar_view hr.leave.report.calendar.view hr.leave.report.calendar calendar New
hr_leave_report_calendar_view_form hr.leave.report.calendar.view.form hr.leave.report.calendar form New
Models touched (1)

New fields (7)
  • company_id Many2one → res.company
    readonly=True args: 'res.company'
  • duration Float
    readonly=True string='Duration'
  • employee_id Many2one → hr.employee
    readonly=True args: 'hr.employee'
  • name Char
    readonly=True string='Name'
  • start_datetime Datetime
    readonly=True string='From'
  • stop_datetime Datetime
    readonly=True string='To'
  • tz Selection
    readonly=True string='Timezone' args: _tz_get
Public methods (1)
  • init(self)