Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
4947 Lượt xem

In odoo 9, I have added a record rule on the model mrp.production as:

['|', ('user_id', '=', user.id), ('user_id', '=', False)]

This will show users only the MOs that belongs to them. Now when I am trying to confirm the sale order which will then create a MO for the lines in that sale order I am getting an access error as:

    The requested operation cannot be completed due to security restrictions. Please contact your system administrator.    (Document type: mrp.production, Operation: read) 

Diagnosing more I found that it is causing due to the missing_ids. Take a look at this.

https://github.com/odoo/odoo/blob/2d77941844b8eeb00514d401bad26704dce25a83/openerp/models.py#L3510

Before that I have used the same solution in openerp 7 and it is still working perfect without any access error while confirming SO.

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Solved this issue. For answer

http://stackoverflow.com/a/36247290/3832653

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 8 21
3070
2
thg 8 18
4538
1
thg 12 22
6231
3
thg 2 25
2033
1
thg 12 24
2137