Browse Source

Aug 17 : [UPDT] Index Updated 'odoo_zoom_meet_integration'

pull/280/head
AjmalCybro 2 years ago
parent
commit
5fdd6d1549
  1. BIN
      odoo_zoom_meet_integration/static/description/assets/screenshots/base_uri.png
  2. BIN
      odoo_zoom_meet_integration/static/description/assets/screenshots/zoom1.png
  3. BIN
      odoo_zoom_meet_integration/static/description/assets/screenshots/zoom2.png
  4. 16
      odoo_zoom_meet_integration/static/description/index.html

BIN
odoo_zoom_meet_integration/static/description/assets/screenshots/base_uri.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

BIN
odoo_zoom_meet_integration/static/description/assets/screenshots/zoom1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 95 KiB

BIN
odoo_zoom_meet_integration/static/description/assets/screenshots/zoom2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 66 KiB

16
odoo_zoom_meet_integration/static/description/index.html

@ -219,8 +219,7 @@
</div>
<div class="col-lg-12 my-2"
style="padding-top:20px; padding-bottom:30px;">
<p
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1.3rem !important;">
<p style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1.3rem !important;">
1. Sign in with your Zoom Account. To create Zoom OAuth App ,
go to Zoom marketplace
<br/>
@ -228,6 +227,9 @@
<br/>
&nbsp;&nbsp;&nbsp;&nbsp;create your OAuth app and get your
client id and client secret and set the redirect url.
<br/><br/>
The format for the redirect URI: 'Your web base URL +
/zoom_meet_authentication'.
</p>
<img src="assets/screenshots/zoom1.png"
class="img-responsive img-thumbnail border" width="100%"
@ -235,6 +237,16 @@
<img src="assets/screenshots/zoom10.png"
class="img-responsive img-thumbnail border" width="100%"
height="auto"/>
<p style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1.3rem !important;">
To obtain your web base URL, you can refer to the Odoo system
parameters settings, as shown in the screenshot below.
Afterward, append the controller URL
('/zoom_meet_authentication') to the base URL and assign it to
the redirect URI field in both the Zoom app account settings and
Odoo company settings.</p>
<img src="assets/screenshots/base_uri.png"
class="img-responsive img-thumbnail border" width="100%"
height="auto"/>
</div>
</div>

Loading…
Cancel
Save