diff --git a/odoo_zoom_meet_integration/__manifest__.py b/odoo_zoom_meet_integration/__manifest__.py index 24f446436..8c34ed2e8 100644 --- a/odoo_zoom_meet_integration/__manifest__.py +++ b/odoo_zoom_meet_integration/__manifest__.py @@ -21,7 +21,7 @@ ############################################################################# { 'name': "Odoo Zoom Meet Integration", - 'version': '15.0.1.0.1', + 'version': '15.0.1.1.1', "category": 'Extra Tools', 'summary': """Integrates odoo calender module with Zoom.""", 'description': """Integrates odoo calender module with Zoom and helps to diff --git a/odoo_zoom_meet_integration/doc/RELEASE_NOTES.md b/odoo_zoom_meet_integration/doc/RELEASE_NOTES.md index 661ad3c7b..dd5586d86 100644 --- a/odoo_zoom_meet_integration/doc/RELEASE_NOTES.md +++ b/odoo_zoom_meet_integration/doc/RELEASE_NOTES.md @@ -1,6 +1,6 @@ ## Module -#### 14.07.2023 +#### 04.09.2023 #### Version 15.0.1.0.0 #### ADD - Initial commit for Odoo Zoom Meet Integration \ No newline at end of file diff --git a/odoo_zoom_meet_integration/models/calendar_event.py b/odoo_zoom_meet_integration/models/calendar_event.py index 1f79884d6..87c49a8db 100644 --- a/odoo_zoom_meet_integration/models/calendar_event.py +++ b/odoo_zoom_meet_integration/models/calendar_event.py @@ -37,6 +37,7 @@ class CalendarEvent(models.Model): help='Joining Meeting Code') zoom_event = fields.Char(string='Zoom Event ID', help='Event ID of the zoom meet') + videocall_location = fields.Char('Meeting URL', related='zoom_meet_url') def action_zoom_meet_url(self): """Join zoom from Odoo""" diff --git a/odoo_zoom_meet_integration/views/calendar_event_views.xml b/odoo_zoom_meet_integration/views/calendar_event_views.xml index fb42f8707..134938ed4 100644 --- a/odoo_zoom_meet_integration/views/calendar_event_views.xml +++ b/odoo_zoom_meet_integration/views/calendar_event_views.xml @@ -42,4 +42,17 @@ + + view.calendar.event.form.inherit.odoo.zoom.meet.integration + calendar.event + + + + + + +