Browse Source

Jan 27 [UPDT] : Updated 'odoo_google_meet_integration'

pull/243/head
AjmalCybro 2 years ago
parent
commit
b2c207c905
  1. 2
      odoo_google_meet_integration/__manifest__.py
  2. BIN
      odoo_google_meet_integration/static/description/banner.png
  3. BIN
      odoo_google_meet_integration/static/description/icon.png
  4. 4
      odoo_google_meet_integration/views/res_company_views.xml

2
odoo_google_meet_integration/__manifest__.py

@ -21,7 +21,7 @@
#############################################################################
{
'name': "Google Meet Calendar Integration",
'version': '16.0.1.0.0',
'version': '16.0.1.1.0',
'summary': """Google Meet Calendar Integration""",
"category": 'Calendar',
'description': """Google Meet Calendar Integration""",

BIN
odoo_google_meet_integration/static/description/banner.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 79 KiB

BIN
odoo_google_meet_integration/static/description/icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 20 KiB

4
odoo_google_meet_integration/views/res_company_views.xml

@ -23,10 +23,10 @@
<button string="Authenticate" type="object"
name="google_meet_company_authenticate"
class="oe_highlight"
icon="fa-plug"/>
/>
<button string="Refresh Token" type="object"
name="google_meet_company_refresh_token"
class="oe_highlight" icon="fa-refresh"/>
class="oe_highlight"/>
</group>
</page>
<page name="authentication" string="Authentication">

Loading…
Cancel
Save