diff --git a/odoo_zoom_meet_integration/__manifest__.py b/odoo_zoom_meet_integration/__manifest__.py
index 73ffa06f7..24f446436 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.0',
+ 'version': '15.0.1.0.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/models/calendar_event.py b/odoo_zoom_meet_integration/models/calendar_event.py
index 67384b65f..1f79884d6 100644
--- a/odoo_zoom_meet_integration/models/calendar_event.py
+++ b/odoo_zoom_meet_integration/models/calendar_event.py
@@ -78,7 +78,7 @@ class CalendarEvent(models.Model):
duration = cal_event.duration * 60
payload = json.dumps({
"start_time": cal_event.start.isoformat(),
- "timezone": user_id.tz,
+ "timezone": 'UTC',
"topic": cal_event.name,
"duration": int(duration),
"settings": {
diff --git a/odoo_zoom_meet_integration/static/description/assets/screenshots/zoom12.png b/odoo_zoom_meet_integration/static/description/assets/screenshots/zoom12.png
new file mode 100644
index 000000000..8c988f2d3
Binary files /dev/null and b/odoo_zoom_meet_integration/static/description/assets/screenshots/zoom12.png differ
diff --git a/odoo_zoom_meet_integration/static/description/index.html b/odoo_zoom_meet_integration/static/description/index.html
index 7815a5a6c..8787aab6f 100644
--- a/odoo_zoom_meet_integration/static/description/index.html
+++ b/odoo_zoom_meet_integration/static/description/index.html
@@ -225,15 +225,16 @@
(https://marketplace.zoom.us/develop/create).
- create your OAuth app and get your
- client id and client secret and set the redirect url.
+ Create your OAuth app and get your
+ client id and client secret and set the redirect url in the Production app credential settings for production usage.
The format for the redirect URI: 'Your web base URL +
/zoom_meet_authentication'.
Add the Scopes for the zoom app which is mandatory for the meeting creation as shown below