0
1 Answer
0
Best Answer
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)
Im using odoo 11 and i have webpage builder installed