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
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
3
返信
5071
ビュー
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.
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
3
2月 20
|
3627 | ||
|
2
12月 24
|
1528 | ||
|
3
6月 24
|
6846 | ||
|
1
1月 23
|
7210 | ||
|
1
12月 22
|
2689 |
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.