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

Hi everybody!

I have small problem with openERP7. I duplicate group "Portal" into a new group "Clients". I create new user "USER" and put him into group Clients. When I loggin as USER and I want write new Note (Projects - Task - Log a Note), then I got these message:

Access Denied The requested operation cannot be completed due to security restrictions. Please contact your system administrator. (Document type: Message, Operation: create)

I cannot find the problem, Acces Rights are same like Admin. Where can be a problem? Any suggestions?

Thanks, Adam.

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

Module note, note.py, line~ 82.

If your create Note with stage, function _get_default_stage_id return first stage. But note not create yet and access rule say "access denied".

Why get first stage? Because before if you add new note and you have some stages but you not set stage manual when create note, system put note to "undefined" stage. And it way to can't show Note. After sometime, add new futures - it possible show new note with "undefined" stage in first stage. It works. Onetime it stop working. But you remember we have possible show note with "undefined" stage.

If some change

def _get_default_stage_id(self,cr,uid,context=None):
    ids = self.pool.get('note.stage').search(cr,uid,[('user_id','=',uid)], context=context)
    #return ids and ids[0] or False
    return False

Now create new note with "undefined" stage, save that. After you can change stage what you wont.

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

Under the user's access right, did you grant him/her access to 'Portal' with the checkbox?

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

I don't know if this will help your case, but I recently had a client with some weird permissions issues and similar problems with projects and tasks.

It turned out that they had some missing record rules, plus a couple extra ones not in the latest build. I deleted all record rules and re-loaded a set I exported from runbot.

Might be worth a try?

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

Hi,

You have to give access rights on objects which are accessible by "Clients" group or you can use "Inherited" tab and select proper group which has access rights on objects.

Email : info@acespritech.com
Skype : acespritech
Blog : acespritechblog.wordpress.com

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

Thanks for suggestions. I try change access rights, but without success. So I try this; I create new user and mark his as Project / User and HR / Employee Everithing works fine! When I duplicate group HR / Employee to the new "Clients" group, unmark user as Employee and mark his as Clients, then Log a Note does not work.

Groups Clients and Employee are same, I open two browsers and compare Rules, Inherited, Access Right...

It is a bug? Can you try duplicate Group and try write new Note? Write new message is ok, but Note is problem.

Thanks, Adam.

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

Hi, I uncheck "Clients" checkbox and check "Portal" but there is same problem when I want write Note (Access Denied ...Document type: Message, Operation: create)

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 7 23
3032
0
thg 12 21
2485
1
thg 3 15
6898
2
thg 3 25
1996
7
thg 12 23
16194