Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
6446 Vizualizări

Hi,

I would like to limited access to costumer when they look the portal on the web site (v8).  (only read purchase order or can only read invoice,..)

 

Imagine profil
Abandonează
Cel mai bun răspuns

Hi,

you can define the access rights in the your_module/security/ir.model.access.csv file by following way:

 

id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink

access_purchase_order_portal,purchase.order.portal,purchase.model_purchase_order,portal.group_portal,1,0,0,0
access_purchase_order_line_portal,purchase.order.line.portal,purchase.model_purchase_order_line,portal.group_portal,1,0,0,0

access_account_invoice_user_portal,account.invoice.user.portal,account.model_account_invoice,portal.group_portal,1,0,0,0

Imagine profil
Abandonează
Autor Cel mai bun răspuns

but there are no link with the customer card ? 

 

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
aug. 19
3356
1
sept. 16
5080
1
mar. 15
5357
2
mar. 15
5449
0
dec. 24
903