Calendar

base_calendar
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/7.0/base_calendar
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden/Dependency
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Jagdish Panchal (Open ERP), Twinkle Christian (OpenERP), Cecile Tonglet, Rucha (Open ERP), Atul Patel (OpenERP), Jalpesh Patel (OpenERP), Randhir Mayatra (OpenERP), Stephane Wirtel, Odoo Translation Bot, Turkesh Patel (Open ERP), Christophe Matthieu, Pinakin Nayi (OpenERP), Harry (OpenERP), Antonin Bourguignon, pankita shah (Open ERP), ajay javiya (OpenERP), Martin Trigaux, Ajay Chauhan (OpenERP), Foram Katharotiya (OpenERP), Bhumika (OpenERP), Purnendu Singh (OpenERP), Saurang Suthar (OpenERP), Fabien Pinckaers, Antony Lesuisse, Bharat Devnani (OpenERP), Meera Trambadia (OpenERP), Olivier Dony, Rajesh Prajapati (OpenERP), Twinkle (OpenERP), Divyesh Makwana (Open ERP), Thibault Delavallée, Vo Minh Thu, Hardik, Arnaud Pineux, pso (OpenERP), Sbh (Openerp), Amit Patel (OpenERP), Launchpad Translations on behalf of openerp, vta vta@openerp.com, Quentin (OpenERP), Kuldeep Joshi (OpenERP), Denis Ledoux, Mayur Maheshwari (OpenERP), Jigar Amin - OpenERP, Sanjay Gohel (Open ERP), help, niv-openerp, Christophe Simonis, Mohammed Shekha, dle@openerp.com, Bhumi Thakkar (Open ERP), Cedric Snauwaert, Ravish Murari (OpenERP), Frédéric van der Essen, Nicolas Martinelli, Jigar Amin, jir, dhr
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:43:08
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - base_status
    - mail
    - base_setup
    - web_kanban
    - web
    - base_action_rule
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This is a full-featured calendar system.
========================================

It supports:
------------
    - Calendar of events
    - Recurring events

If you need to manage your meetings, you should install the CRM module.
    

Code Analysis

Views touched (12)
XML IDNameModelTypeStatus
event_calendar_view Events Calendar calendar.event calendar New
event_form_view Event Form calendar.event form New
event_tree_view Event Tree calendar.event tree New
res_alarm_form_view res.alarm.form res.alarm form New
res_alarm_tree_view res.alarm.tree res.alarm tree New
view_calendar_event_filter Calendar Events Search calendar.event search New
view_crm_meeting_calendar CRM - Meetings Calendar crm.meeting calendar New
view_crm_meeting_form CRM - Meetings Form crm.meeting form New
view_crm_meeting_gantt CRM - Meetings Gantt crm.meeting gantt New
view_crm_meeting_search CRM - Meetings Search crm.meeting search New
view_crm_meeting_tree CRM - Meetings Tree crm.meeting tree New
view_crm_meeting_type_tree Meeting Types Tree crm.meeting.type tree New
Models touched (2)

New fields (0)

No new fields.

Public methods (5)
  • check_partners_email(self, cr, uid, partner_ids, context=None)
    Verify that selected partner_ids have an email_address defined. Otherwise throw a warning.
  • copy(self, cr, uid, id, default=None, context=None)
  • message_get_subscription_data(self, cr, uid, ids, context=None)
  • message_post(self, cr, uid, thread_id, body='', subject=None, type='notification', subtype=None, parent_id=False, attachments=None, context=None, **kwargs)
  • onchange_partner_ids(self, cr, uid, ids, value, context=None)
    The basic purpose of this method is to check that destination partners effectively have email addresses. Otherwise a warning is thrown. :param value: value format: [[6, 0, [3, 4]]]

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/6.1/base_calendar
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden/Dependency
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Rucha (Open ERP), Atul Patel (OpenERP), Stephane Wirtel, Harry (OpenERP), Martin Trigaux, Bhumika (OpenERP), Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Thibault Delavallée, Vo Minh Thu, Launchpad Translations on behalf of openerp, Quentin (OpenERP), Kuldeep Joshi (OpenERP), Jigar Amin - OpenERP, vro, Fabien Meghazi, niv-openerp, Ujjvala Collins (OpenERP), Xavier Morel, Jigar Amin, Thibault Francois, Vaibhav (OpenERP), Carlos Vásquez, Husen Daudi, Omar, Els Van Vossel, Israel Fermin Montilla, Rifakat Haradwala (Open ERP), Hardik Ansodariy (OpenERP), Yogesh (OpenERP), tfr@openerp.com, ron@tinyerp.com, AMP (OpenERP), Naresh (OpenERP), RME (OpenERP), vda (OpenERP), RavishchanraMurari (Open ERP), Kirti Savalia (OpenERP), Anup (OpenERP), YSA (Openerp)
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:41:35
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - mail
    - base_tools
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This is a full-featured calendar system.
========================================

It supports:
    - Calendar of events
    - Alerts (create requests)
    - Recurring events
    - Invitations to people

If you need to manage your meetings, you should install the CRM module.
    

Code Analysis

Views touched (10)
XML IDNameModelTypeStatus
base_calendar_attendee_form_view calendar.attendee.form calendar.attendee form New
base_calendar_attendee_search_view calendar.attendee.search calendar.attendee search New
base_calendar_attendee_tree_view calendar.attendee.tree calendar.attendee tree New
event_calendar_view Events Calendar calendar.event calendar New
event_form_view Event Form calendar.event form New
event_tree_view Event Tree calendar.event tree New
res_alarm_form_view res.alarm.form res.alarm form New
res_alarm_tree_view res.alarm.tree res.alarm tree New
view_calendar_event_filter Calendar Events Search calendar.event search New
view_calendar_invite_attendee_wizard Invite Attendees base_calendar.invite.attendee form New
Models touched (0)

No models found for this module.