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

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?

Awatar
Odrzuć
Najlepsza odpowiedź


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 

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
lut 19
3157
1
sty 23
9148
2
cze 24
5463
1
mar 23
1915
0
gru 24
1366