diff --git a/addons/base_calendar/__openerp__.py b/addons/base_calendar/__openerp__.py index d3a9d9e533d..3f6ca129f6f 100644 --- a/addons/base_calendar/__openerp__.py +++ b/addons/base_calendar/__openerp__.py @@ -46,7 +46,8 @@ If you need to manage your meetings, you should install the CRM module. 'security/calendar_security.xml', 'security/ir.model.access.csv', 'wizard/base_calendar_invite_attendee_view.xml', - 'base_calendar_view.xml' + 'base_calendar_view.xml', + 'crm_meeting_view.xml', ], "test" : ['test/base_calendar_test.yml'], "installable": True, diff --git a/addons/base_calendar/crm_meeting_view.xml b/addons/base_calendar/crm_meeting_view.xml new file mode 100644 index 00000000000..b6365ebc53c --- /dev/null +++ b/addons/base_calendar/crm_meeting_view.xml @@ -0,0 +1,371 @@ + + + + + + + + Mark read + True + ir.actions.server + + code + self.message_check_and_set_read(cr, uid, context.get('active_ids'), context=context) + + + action_crm_meeting_read + + + action + + crm.meeting + client_action_multi + + + + Mark unread + True + ir.actions.server + + code + self.message_check_and_set_unread(cr, uid, context.get('active_ids'), context=context) + + + action_crm_meeting_unread + + + action + + crm.meeting + client_action_multi + + + + + + Meeting Types Tree + crm.meeting.type + tree + + + + + + + + + Meeting Types + crm.meeting.type + form + + Create different meeting categories to better organize and classify your meetings. + + + + + + + + CRM - Meetings Form + crm.meeting + form + +
+
+
+ +
+
+
+

+ +

+

+

+

+

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +