Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
4 ตอบกลับ
8764 มุมมอง

I am using odoo 10 enterprise version and i created a many2one field in which autocomplete is default behavior. I want that "Create and edit" option only for administrator.

What is the possible way to do this using odoo studio OR debug mode ?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi Ahsan,

We have develop access-rights for the user to allow user to "Create and Edit" or not.

Please check below link:

https://youtu.be/9Dqf6LkVMj4


Thanks

อวตาร
ละทิ้ง
ผู้เขียน

Thanks Sir for your time and video with detailed description, but i am unable to see "Can Access" checkbox in my user setting also i think you added domain filter on each many2one field. Can you share that domain so that it become more clear

คำตอบที่ดีที่สุด

A simple way is to add in field attributes in xml view: 

<field name="myname" ... options="{'no_create_edit': True}" ... />

no_quick_create  to remove create...
no_create_edit  to remove create and edit...

Another way is to create a user group to define permissions and then add groups="mygroup" in attrs field.

อวตาร
ละทิ้ง
ผู้เขียน

I think "no_quick_create" would hide that option from everyone . I want to show that option only to administrator

ผู้เขียน

and i don't want to hide field i think second option would hide field from other users which are not in allowed group.

Related Posts ตอบกลับ มุมมอง กิจกรรม
0
มิ.ย. 18
2545
0
พ.ค. 18
3250
2
มี.ค. 24
1601
0
ส.ค. 22
2318
1
ก.ค. 22
20006