跳至内容
菜单
此问题已终结

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
3157
1
1月 23
9147
2
6月 24
5460
1
3月 23
1912
0
12月 24
1366