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
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
4
返信
11322
ビュー
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.
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
2
5月 22
|
4720 | ||
|
1
4月 21
|
4238 | ||
|
1
9月 20
|
2888 | ||
|
7
6月 20
|
22170 | ||
|
1
1月 20
|
2863 |