Home > Mobile >  odoo login microsoft 365 failed
odoo login microsoft 365 failed

Time:10-27

since three days we are facing some major probelems with odoo v13 and importing mails from microsoft365/outlook. We setup our ticket system to import e-mails and create tickets from these e-mails which works fine until today. Now odoo can't login to the e-mail accounts anymore.

We changed passwords, tried other mail accounts and only with microsoft it's not working. Other accounts work well. It seems like something on microsoft side has changed. Does anyone of you have the same problems and maybe have any solution?

Thank you very much for your feedback.

Paul

CodePudding user response:

Microsoft deactivated base authentication, so logging in by regular credentials (loginname, password) won't work anymore. Instead you should upgrade your Odoo 13 to get the new modules for outlook/o365: fetchmail_outlook and microsoft_outlook.

To get more information just look into this Issue. At the end of this issue a nice finnish guy shared a little documentation how to set up the oauth2 way.

As far as i know all verions from 13 have those modules.

CodePudding user response:

Thank you very much. The links in the issue helped me solve the problem.

  • Related