Wednesday, January 26, 2022
1 change · master
New functionality added to Odoo
Odoo now supports Google's OAuth sign-in flow for Gmail incoming and outgoing mail servers, replacing the older less-secure password-based access that Google no longer supports. Businesses using Gmail can continue sending and receiving email through Odoo by enabling Gmail support and authorizing their accounts with Google.
Original PR description
Purpose ======= Less secured apps are no longer supported by google, therefore, we need to transition to the OAuth2 authentication system. Specifications ============== On the external server configuration in the main settings, users will have to activate Gmail support. Then, on incoming / outgoing mail servers forms, they will have to introduce an authorization code that they will have fetched via a link on the form. Task-2170676