Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3094 Widoki

Hello, I'm newbie in odoo.


Currently, I'm trying to get my server online through Ngrok and all going well. But the case is I want to publish my website page only to be accessed by user (portal). Now, Im using Odoo V13 community and I dont hosting any, just want to make my website in localhost can be accessed by other through internet using Ngrok. Thanks for your help.

Awatar
Odrzuć
Najlepsza odpowiedź

Hello krisna

If you want to make you website only accessible to user then you need to add auth="user"  in your route which is called by your website menu.


EX: @http.route('/blog', type='http', auth="user", website=True)

Thanks
 

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
lut 24
995
2
sie 25
547
5
sie 25
10046
2
lip 25
1076
4
cze 25
1229