-
- Downloads
[FIX-IMP] website, website_livechat : disable create visitor and review ACLS
This commit applies the following ACLs rules:
C : nobody can create visitor (except of course the automated flow)
R : everyone that should access to this model
U : website_designer can update (even if only few fields are editable),
mainly useful for language (+ system obviously)
+ livechat users as they are the guys who directly speaks with the visitors
D : system + website_designer can delete, mainly useful to clean if necessary
Remove the no_create from all visitor views as nobody can create.
This fixes the 'can create' that should not be done by any users (even admin)
except the system.
Task ID: 2092502
PR #40439
Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
Showing
- addons/website/security/ir.model.access.csv 2 additions, 3 deletionsaddons/website/security/ir.model.access.csv
- addons/website/views/website_visitor_views.xml 2 additions, 2 deletionsaddons/website/views/website_visitor_views.xml
- addons/website_livechat/security/ir.model.access.csv 1 addition, 1 deletionaddons/website_livechat/security/ir.model.access.csv
Please register or sign in to comment