コンテンツへスキップ
メニュー
この質問にフラグが付けられました
4 返信
11322 ビュー

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

アバター
破棄
最善の回答

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/

アバター
破棄
関連投稿 返信 ビュー 活動
2
5月 22
4720
1
4月 21
4238
1
9月 20
2888
7
6月 20
22170
1
1月 20
2863