TIP: You can type at any time to perform a new search.
Calendar
base_calendar · odoo/odoo
⚠ Security warnings
access_calendar_attendee— Access rule grants write/create/unlink on 'model_calendar_attendee' to EVERY user (portal/public included): no group is set acl-global-write
Found by automated static analysis: these patterns are usually risky, but only a manual review of the module can confirm a real issue.
- Repository
- odoo/odoo · module folder
- Module version
- 1.0
- Category
- Hidden/Dependency
- Folder size
- 2.75 MB
- License
- LGPL-3
- Application
- Yes
- Auto-installable
- No
- Website
- http://www.openerp.com
- Last tracking update
- 2026-08-07 04:50:03
- Authors
- OpenERP SA
- Maintainers
- OpenERP SA
- Committers
- Rucha (Open ERP), Quentin (OpenERP), Bharat Devnani (OpenERP), Antony Lesuisse, niv-openerp, Vo Minh Thu, pso (OpenERP), Olivier Dony, Stephane Wirtel, Mayur Maheshwari (OpenERP), Launchpad Translations on behalf of openerp, Kuldeep Joshi (OpenERP), Fabien Pinckaers, Raphael Collet, Christophe Simonis, Harry (OpenERP), Thibault Delavallée, Jagdish Panchal (Open ERP), Meera Trambadia (OpenERP), Jigar Amin - OpenERP, Martin Trigaux, Bhumika (OpenERP), Atul Patel (OpenERP), Jigar Amin, Turkesh Patel (Open ERP), Divyesh Makwana (Open ERP), Pinakin Nayi (OpenERP), Mohammed Shekha, Sanjay Gohel (Open ERP), Purnendu Singh (OpenERP), Ravish Murari (OpenERP), Bhumi Thakkar (Open ERP), Frédéric van der Essen, Saurang Suthar (OpenERP), pankita shah (Open ERP), Jalpesh Patel (OpenERP), vta vta@openerp.com, Twinkle Christian (OpenERP), Twinkle (OpenERP), Foram Katharotiya (OpenERP), Hardik, Cecile Tonglet, Antonin Bourguignon, ajay javiya (OpenERP), Amit Patel (OpenERP), Sbh (Openerp), Randhir Mayatra (OpenERP), Odoo Translation Bot, Ajay Chauhan (OpenERP), Christophe Matthieu, Arnaud Pineux, Denis Ledoux, Rajesh Prajapati (OpenERP), help, Cedric Snauwaert, dle@openerp.com, Nicolas Martinelli, jir, dhr
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- base_report_to_printer, crm, hr_evaluation, hr_holidays, hr_recruitment, opl_all
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
HTTP endpoints (0)
No HTTP endpoints found for this module.
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.
Loading…