Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3107 Vistas

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.

Avatar
Descartar
Mejor respuesta

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
 

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
feb 24
998
2
ago 25
576
5
ago 25
10066
2
jul 25
1087
4
jun 25
1242