mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-26 23:07:44 -06:00
[knowledge][11.0.3.0.0] - add security for access to ir.attachment.
Otherwise the module grants too wide permissions for all users.
This commit is contained in:
committed by
Mikel
parent
e6ef45221f
commit
1252ed3a25
@@ -37,9 +37,9 @@
|
||||
<menuitem
|
||||
id="menu_document_section"
|
||||
name="Documents"
|
||||
groups="knowledge.group_document_user"
|
||||
groups="knowledge.group_ir_attachment_user"
|
||||
parent="menu_document_root"
|
||||
sequence="10"/>
|
||||
sequence="150"/>
|
||||
|
||||
<menuitem
|
||||
id="menu_document"
|
||||
|
||||
Reference in New Issue
Block a user