跳至內容
選單
此問題已被標幟
1 回覆
5925 瀏覽次數

Hi

How can we restrict users from creating new Customer, Vendor and Products. We plan to put a processes for a approval processes before new Customer, vendor and proucts created in Odoo. 

Bit like Masterdata manageemnt process where only certain users can create them.


Anurag 

頭像
捨棄
最佳答案

Update the existing Access rights (Remove create and edit permissions) for master models (here res.partner, product.template).

create a new group called " Master Creation" (as you like), for this group provide the create and edit access rights master models and added list of users to do it.

For approval system, we need to do some customization (while create partner active=False, while doing approval active=True)

頭像
捨棄
作者

Thanks Subbarao will try

作者

Hi Subbarao I have tried along the lines of your suggestion for removing create /edit permisisons from master models but got lost in the process is there a document orlink to document showing how to do this. I have tried to search, did not find it.

相關帖文 回覆 瀏覽次數 活動
1
12月 22
2588
1
4月 21
1968
1
7月 20
3383
2
12月 19
6761
1
1月 19
5009