I want to show the vendors information only to the purchase group. Is there anyway?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
3
Respuestas
4993
Vistas
You can set access rights from Menu :
Settings --> Groups --> Access Rights tab
or
you can give groups attribute in view part( ie. in .xml file)
like :- <field name="product_uom" groups="product.group_uom"/>
Settings --> Groups --> Access Rights tab
in the object, select the line: Information about a product supplier and not stick any right.
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
3
feb 20
|
3510 | ||
|
2
dic 24
|
1414 | ||
|
3
jun 24
|
6751 | ||
|
1
ene 23
|
7095 | ||
|
1
dic 22
|
2632 |
I also need solution of this query
Hi Zhenxue Wang
Have you found the solution for this. I am also looking to hide vendors from my sale persons.