Hi Odoo Community,
I’m using Google OAuth for user signup and login in Odoo, and it's working fine. However, after a new user signs up using their Google account, they are redirected to the default home page (usually /web).
I would like to redirect the user to a specific custom page (e.g., /my/custom/page) after the signup is complete via Google OAuth.
Does anyone know where or how I can hook into the OAuth flow to change the redirect URL after signup? Is there a way to define a redirect_uri or override a controller to handle this?
I'm using Odoo v17.
Any suggestions, examples, or guidance would be greatly appreciated!
Thanks in advance!