| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/calendar |
| GIT | |
| GIT | https://github.com/OCA/calendar.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/calendar/tree/16.0/calendar_monthly_multi |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Productivity/Calendar |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Onestein |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Onestein |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, tarteo, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/calendar |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:12:05 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - calendar - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends the functionality of monthly recurring events in the calendar: 1. **Multiple dates**: For example every 5th and 15th of the month 2. **All days, Weekday (monday to friday), weekend days (saturday and sunday) or custom**: For example The first weekday of the month |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_calendar_event_form |
calendar.event | xpath | Inherits calendar.view_calendar_event_form |
day_ids
Many2many → calendar.recurrence.day
comodel_name='calendar.recurrence.day'
compute='_compute_recurrence'
readonly=False
month_by
Selection
selection_add=[('dates', 'Dates of month')]
weekday
Selection
selection_add=[('weekday', 'Weekday'), ('weekend_day', 'Weekend Day'), ('day', 'Day'), ('custom', 'Custom')]
weekday_ids
Many2many → calendar.recurrence.weekday
comodel_name='calendar.recurrence.weekday'
compute='_compute_recurrence'
readonly=False
No public methods.
day_ids
Many2many → calendar.recurrence.day
comodel_name='calendar.recurrence.day'
month_by
Selection
selection_add=[('dates', 'Dates of month')]
weekday
Selection
selection_add=[('weekday', 'Weekday'), ('weekend_day', 'Weekend Day'), ('day', 'Day'), ('custom', 'Custom')]
weekday_ids
Many2many → calendar.recurrence.weekday
comodel_name='calendar.recurrence.weekday'
compute='_compute_weekday_ids'
store=True
No public methods.
day
Integer
get_day_from_id(self, day_id)
get_id_from_day(self, day)
name_get(self)
key
Char
required=True
name
Char
required=True
sequence
Integer
weekend_day
Boolean
get_id_by_sequence(self, sequence)
get_ids_of_days(self)
get_ids_of_weekdays(self)
get_ids_of_weekend_days(self)