mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-24 14:17:45 -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
dzung.tran
parent
b93daefea3
commit
1f340b9206
@@ -7,4 +7,10 @@
|
||||
<field name="users" eval="[(4, ref('base.user_root'))]"/>
|
||||
</record>
|
||||
|
||||
<record id="group_ir_attachment_user" model="res.groups">
|
||||
<field name="name">Central access to Documents</field>
|
||||
<field name="category_id" ref="base.module_category_hidden"/>
|
||||
<field name="implied_ids" eval="[(4, ref('group_document_user'))]"/>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user