-
- Downloads
[FIX] google_spreadsheet: show instructions to manually create Google Sheet
On October 3rd 2022 the Google OOB authentication flow will stop working.
From that date on, this module will stop working since it uses the
access_token obtained in the `google_drive` module to create the requested
spreadsheet inside the user's own Google Drive account.
Instead we will display instructions to the users to allow them to
manually create the requested document.
task-2977578
closes odoo/odoo#99988
Signed-off-by:
Kevin Baptiste <kba@odoo.com>
Showing
- addons/google_spreadsheet/models/google_drive.py 28 additions, 15 deletionsaddons/google_spreadsheet/models/google_drive.py
- addons/google_spreadsheet/static/src/js/add_to_google_spreadsheet_menu.js 12 additions, 0 deletions...readsheet/static/src/js/add_to_google_spreadsheet_menu.js
- addons/google_spreadsheet/static/src/xml/addtospreadsheet.xml 11 additions, 0 deletions...ns/google_spreadsheet/static/src/xml/addtospreadsheet.xml
- addons/google_spreadsheet/views/res_config_settings_views.xml 1 addition, 8 deletions...ns/google_spreadsheet/views/res_config_settings_views.xml
Loading
Please register or sign in to comment