This question has been flagged
2 Replies
7493 Views

Dear All,

I am new to openerp. Appreciate if someone could help me out how to disable the user for deleting the attachment?

https://dl.dropboxusercontent.com/u/42025188/attachment_delete.png

Avatar
Discard
Best Answer

you should play with the record rules.

Avatar
Discard
Best Answer

using attachment_size_limit module Block users to upload files.

Module: https://www.odoo.com/apps/7.0/attachment_size_limit/

http://openerpservice.in/define-size-limit-for-the-attachments-in-openerp7-0/

 

 

Avatar
Discard
Author

What if I allow upload attachment but disallow delete?

Then use Record rules set ir_attachment table set create, read, write check and delete options uncheck.

Author

Hi prakash, I could not find any record for attachment. Kindly refer to the screenshot. https://dl.dropboxusercontent.com/u/42025188/could_not_find_attach_record.png

create new group ex: Attachment/User and in the Access Rights tab add new item object name ir.attachment and check access right read, write, create and uncheck delete and group assign to the user.