Hi everyone,
I try to setup the OAuth Providers for login with external account (Google, Odoo, Linkedin,...) but did not get it work.
Always get the error:
"You do not have access to this database or your invitation has expired. Please ask for an invitation and be sure to follow the link in your invitation email."
I tried to debug and always got exception from "auth_signup/res_users", function _signup_create_user.
It's seem that the "partner_id" not exist in the "values".
I tried with Odoo and Google and got the same problem.
Does anyone has experience with this?
Thank you