mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 11:52:18 -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
mle
parent
5d1fdc37a6
commit
f32b18f62f
20
document_knowledge/readme/CONFIGURE.rst
Normal file
20
document_knowledge/readme/CONFIGURE.rst
Normal file
@@ -0,0 +1,20 @@
|
||||
To set up this module, you need to go to:
|
||||
|
||||
* Knowledge / Configuration / Settings
|
||||
|
||||
From this menu you'll have a central access to install the apps that belong
|
||||
to Knowledge.
|
||||
|
||||
* Check *Attachments List and Document Indexation* if you want to install the
|
||||
module that allows users to attach documents to any model.
|
||||
* Check *Manage attachments centrally* if you want all users to be able to
|
||||
access to the all attachments to which they have read permissions, from the
|
||||
menu *Knowledge / Documents*
|
||||
|
||||
If you want to grant Central Access to Documents only to some users:
|
||||
|
||||
#. Go to *Settings/Activate the developer mode*. Only a user with
|
||||
*Administration / Settings* permissions can do that.
|
||||
|
||||
#. Go to *Settings / Users & Companies / Users* and set the checkbox
|
||||
*Central access to Documents* to the selected users.
|
||||
@@ -6,3 +6,4 @@
|
||||
* Fayez Qandeel
|
||||
* Vicent Cubells <vicent.cubells@tecnativa.com>
|
||||
* Iván Todorovich <ivan.todorovich@gmail.com>
|
||||
* Jordi Ballester <jordi.ballester@eficent.com>
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
* Migrate related modules to v11 and add options in the settings as soon as
|
||||
they are installable.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
To use this module, you need to:
|
||||
This module adds a new top level menu *Knowledge*
|
||||
|
||||
* Go to Knowledge / Configuration / Settings
|
||||
Users with permission *Central access to Documents* can access in
|
||||
*Knowledge/Documents* to all the documents attached to records of any model
|
||||
for which they have read permission.
|
||||
|
||||
Reference in New Issue
Block a user