-
- 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 system) 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 handled by ACLs. This fixes the 'can create' that should not be done by any users except system + admin Task ID: 2092502 PR #40439 closes odoo/odoo#40865 X-original-commit: 23f33248 Signed-off-by:Thibault Delavallee (tde) <tde@openerp.com>
Showing
- addons/website/security/ir.model.access.csv 1 addition, 1 deletionaddons/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