Commit 7db1a31
[FIX] gmail: fix the addon not reloading after the authentication
Purpose
=======
After the Odoo authentication, the addon is supposed to reload.
For some reason, `RELOAD_ADD_ON` is not documented anymore and stop
working. It seems that we should use `RELOAD` now.
The auto-close of the page stop working too,
so we removed the code for it.
> https://developers.google.com/apps-script/reference/card-service/on-close
Task-50729161 parent ef529cd commit 7db1a31
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments