Hello everybody,
I try to set a group on search view.
If any one have an idea how work groups on view. Could you explain me ?
For the story, I would like have a specific search in function of user group.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello everybody,
I try to set a group on search view.
If any one have an idea how work groups on view. Could you explain me ?
For the story, I would like have a specific search in function of user group.
Hello John,
You can apply group on field, filter, group tag in search view.
Assume that if you want to prevent some filter from user access then you can use like:
<filter string="Label" name="filter_feature" domain="[('active','=',False)]" groups="group_name"/>
You can apply group on group by filter like:
<group string="Group By">
<filter name="group_filter_name" string="Label" groups="group_name" context="{'group_by': 'filted_name'}"/>
</group>
Hope it will helpful for you.
Thanks and regards
Haresh Kansara
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ść | |
---|---|---|---|---|
|
1
cze 25
|
25307 | ||
|
2
lip 22
|
4296 | ||
|
1
wrz 21
|
3952 | ||
|
3
wrz 21
|
8755 | ||
|
2
wrz 21
|
9695 |
Odoo Development Guidlines: http://learnopenerp.blogspot.com