콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

I want to let user attach in sale order but I don't want to let them attach file in other model.

I used document module but how can I config this?

아바타
취소
베스트 답변


Hi,

you can achieve this kind of config using record rules for specific user group.

For ex.

one rule for Group : "Sales / See Own Leads" on model ir.attachment.

Domain is : [('res_model','=','sale.order')]


According to rule user of above group can only read, write, create and unlink(delete) attachments of sale.order model. Except sale.order model (any other model) user can not read, write, create and unling attachments.

I hope ex is clear enough.

Thanks.

You can direct ask any Odoo related problem to us via a tweet. Tweet us to @EmiproTech 

아바타
취소
관련 게시물 답글 화면 활동
0
2월 19
3183
1
1월 23
9200
2
6월 24
5537
1
3월 23
1975
0
12월 24
1422