for example.some snippet content in website should only visible for portal user only after login.other content should be public,and other should be only for admin user
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
Hi,
You could check the group of the user logged in in the snippet block.
Eg:
<t t-snippet=“module_name.snippet_template_name”
t-if=“request.env.user.has_group(‘base.group_portal’)” t-thumbnail=“thumbnail image link”/>
The above snippet block will only be available for portal user.
<t t-snippet=“module_name.snippet_template_name”
t-if=“request.env.user.has_group(‘base.user_admin’)” t-thumbnail=“thumbnail image link”/>
The above snippet block will be available for admin user
Regards
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
5
sty 22
|
11546 | ||
|
3
mar 15
|
4391 | ||
|
1
maj 24
|
2050 | ||
|
0
sie 23
|
2126 | ||
|
0
cze 20
|
2459 |