I want to show some measures in the measures dropdown only for specific group (sales admin) and hide them for other groups
let's say i have the cost measure and i want the users in sales administration group only to see it
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I want to show some measures in the measures dropdown only for specific group (sales admin) and hide them for other groups
let's say i have the cost measure and i want the users in sales administration group only to see it
Hi,
You can give groups attribute in the python file for the field.
cost = fields.Float('Cost', readonly=True, groups="sales_team.group_sale_manager")Regards
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati| Post correlati | Risposte | Visualizzazioni | Attività | |
|---|---|---|---|---|
|
1
lug 21
|
4703 | |||
|
0
mag 17
|
4714 | |||
|
0
set 21
|
78 | |||
|
2
mag 24
|
3548 | |||
|
0
gen 23
|
809 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.