Se rendre au contenu
Menu
Cette question a été signalée
4 Réponses
11332 Vues

How to hide cost price located on product -> procurement tab for specific user?

Avatar
Ignorer
Meilleure réponse

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"/>
Avatar
Ignorer
Auteur

How to know my group id, where to look for it? Thanks.

Meilleure réponse

You can use this module: https://apps.odoo.com/apps/modules/17.0/as_hide_product_price/

Avatar
Ignorer
Publications associées Réponses Vues Activité
2
mai 22
4722
1
avr. 21
4243
1
sept. 20
2890
7
juin 20
22174
1
janv. 20
2866