This question has been flagged
2 Replies
2045 Views
Hallo !
Has anyone installed the plugin correctly?
I follow all the steps and everything looks ok, but I can't connect to the Odoo database ...

Do I need to format the database url in a particular way ?

I use this url: https://www.gdo.it/web/login?db=dbname


Ciao !!



Avatar
Discard
Best Answer

I fixed this problem in this way:

In the appsscript.json script, I replaced all entries like "https://*.odoo.com/............." in the "urlFetchWhitelist" list with "https://your domain/......"

The connection to the database was successful.

Good luck.


Avatar
Discard
Best Answer

Hello Gilberto de Franchis,

Yes, it is working. I think you need to configure the OAuth User ID, OAuth Access Token from your Gmail account properlly. And in new Google's OAuth 2.0 policy Google made some security changes so you need to provide OAuth rights from your Google Account. If authorization or access given in Gmail account is not proper then you will get this error: Error 400: redirect_uri_mismatch 

For more in details you can search with the error code so you can get a better description of the Authorization Error. If still you are facing issue then please share the exact error code here. 

Hope this answer helps you.

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

Avatar
Discard
Author

Hello Jainesh, thanks for your reply.

I Think the setup of the OAuth Access Token is Ok, the plugin is loaded correctly on Gmail, I can see on the right side the Odoo Tab after the authorize access process went ok.

The issue appears when the plugin ask me the database string to connect to it.

I press the login button (this is my Dbase address: https://www.gdo.it/web/login?db=gdo15_ENT), a pop up windows appears with the database login screen of Odoo (the same if you open the above link) ...

I put my username and password and in the popup window appears the Odoo Backoffice ...