Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3 Odpowiedzi
12635 Widoki

I want my user should have a privilege to add attachment in customer master form and not to delete that attachment after uploading document. To configure this option i tried in Setting -> Technical -> Security -> Access-Control List and choose ir.attachment user and enable only Read access and untick all other. But not working i can delete attachment. Any other configuration for only add a attachment and not delete the attachment. Or Else any other configuration for achieve these things...

Awatar
Odrzuć
Najlepsza odpowiedź

Go to

Settings -> Security -> Record rules -> Add rule

image description

Awatar
Odrzuć
Autor

Thanks.. I will try..

Najlepsza odpowiedź

You need 2 ir_rule according to this answer by Olivier Dony for version 7 and 8: https://bugs.launchpad.net/openobject-addons/+bug/969198

For employee:

['|',('res_model','!=','hr.employee'),('res_id','in',[e.id for e in user.employee_ids])]

For hr manager:

[('res_model','=','hr.employee')]

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
3
kwi 15
8295
0
lis 23
1817
1
lut 23
5819
0
mar 22
1565
1
sty 22
6409