Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
6344 Visninger

I need to restrict some pages to be accessible only to users that are logged in. Like \shop or \partners etc.


How do I do this? I know I could overwrite controllers but it seems like a bad idea, because I would need to copy whole controller to my custom module and other inheriting modules would brake.


Using Odoo 13


Avatar
Kassér
Forfatter

Hey Ray, thanks for the comment.

I also just found out how to override a Controller like in this module:

https://github.com/OCA/e-commerce/blob/12.0/website_sale_require_login/controllers/main.py

Which method is better in your opinion?

Related Posts Besvarelser Visninger Aktivitet
1
aug. 23
4012
3
sep. 25
2072
3
sep. 25
148857
1
sep. 25
1159
4
sep. 25
5882