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

How I can hide the create/ delete option in odoo from specific user group and I created the following code but it doesn't work correctly Request Viewer equipment.request.form maintenance.request

アバター
破棄
最善の回答

Hi,

You can manage the acces by creating record rules for the users,From the record record rule you can manage the create/delete access for specific user groups.Please refer the below blog to know how to create a record rule

How to Create Record Rule in Odoo 16


Hope it helps





 

アバター
破棄
最善の回答

Hi 

You have the ability to modify access permissions for creating and writing to that model within CSV security files as outlined below.

id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
id_for_the_access,access_record_name,module_name.model_name,group_name,1,0,0,0

or You can create some record rules for the user 


Check the following references


Record rules in odoo


Regards


アバター
破棄
関連投稿 返信 ビュー 活動
2
2月 25
1286
2
1月 24
1530
1
12月 23
1426
1
6月 23
1830
1
6月 23
4652