How to hide cost price located on product -> procurement tab for specific user?
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
4
Respuestas
11319
Vistas
By customizing the code of the view. Assign a group to that field so only the users in your group can see it.
Like:
<field name="standard_price" attrs="{'readonly':[('cost_method','=','average')]}" groups="your_group_id"/>
How to know my group id, where to look for it? Thanks.
You can use this module: https://apps.odoo.com/apps/modules/17.0/as_hide_product_price/
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
2
may 22
|
4719 | ||
|
1
abr 21
|
4236 | ||
|
1
sept 20
|
2886 | ||
|
7
jun 20
|
22168 | ||
|
1
ene 20
|
2860 |