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

When creating a meeting in odoo we can set its privacy to Only internal users.

How to disable attendees of the meeting from editing the meeting.

I want the meeting to be read only for them.


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

Doesn't it already work like that? There is a pre-defined record rule that prevents anyone else from editing the meeting other than the owner of the invite. Attendees can edit the fields, but they won't be able to Save the changes.

If you go to Settings > Security > Record Rules, and search for "calendar", you will see this access rule.

http://postimg.org/image/g80twztm5/

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

Hello Can anyone share this image (http://postimg.org/image/g80twztm5/) again. Having trouble on setting access in the calendar.

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

Rule Definition (Domain Filter) is set to  [(1,'=',1)]

Any idea how to change it so only creators can only edit .

อวตาร
ละทิ้ง

Added a screenshot link to my answer. Create a record rule similar to that. Hope it helps.

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

Try, This example..

<record id="calendar_meeting_personal_rule" model="ir.rule"> <field name="name">Calander Meeting</field> <field model="ir.model" name="model_id" ref="model_basic_calendar"/> <field name="domain_force">[('user_id','=',user.id)]</field> <field name="groups" eval=""/> </record>

Else,

1- Settings >> security >> Record Rule

2- create new record rule on Meeting Object and the domain is

['|',('partner_ids','in',user.partner_id.id),('user_id','=',user.id)]

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
0
มี.ค. 19
4148
0
มิ.ย. 16
3970
0
มี.ค. 15
5468
Meetings and Minutes แก้ไขแล้ว
1
พ.ค. 23
6126
2
ธ.ค. 22
2596