homepage (localhost:8069) redirects to login (http://localhost:8069/web/login?redirect=http%3A%2F%2Flocalhost%3A8069%2F).
i have not set up any redirects in the website config. where does this redirect come from?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
homepage (localhost:8069) redirects to login (http://localhost:8069/web/login?redirect=http%3A%2F%2Flocalhost%3A8069%2F).
i have not set up any redirects in the website config. where does this redirect come from?
when you hit the main url . Odoo call the function of
@http.route('/', type='http', auth="none")
defindex(self, s_action=None, db=None, **kw):
return request.redirect_query('/web', query=request.params)
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Im using odoo 11 and i have webpage builder installed