Scenario:
I'm working on a local odoo 8.
I have a website shop that it is not available for public. By the business policies the customer have to sign a contract and then the administrator provide user and password for the customer to be able to shop in our website.
Using a security rule I'm hiding the shop tab for a public users and it is available back just for registered users.
Problem:
When a customer log in successfully the system automatically redirect them to the portal. I would like to know if there is a way to modify this in order to redirect our customers to the shop automatically after the log in.
Thank you.
I am also looking for a solution to this. I tried setting the default new user template to have a default "Home Action" as Website Shop and this redirects them to the shop on login. But then when they clock the "My Account" button they are redirected back to shop, effectively disabling the portal outside of links from within system emails. This is not desired as the customer should be able to select "My account" should they want to see the status of their orders.
From where the customer arrives on your login page ? If the link can be customized, you can redirect user to /web?redirect=/shop Once logged, user will be redirected to /shop