mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-26 10:28:40 -06:00
Fix readme and add security files
This commit is contained in:
parent
f2d71fc405
commit
07ec43bf21
@ -41,6 +41,7 @@
|
|||||||
'location_view.xml',
|
'location_view.xml',
|
||||||
'task_view.xml',
|
'task_view.xml',
|
||||||
'cron.xml',
|
'cron.xml',
|
||||||
|
'security/ir.model.access.csv',
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'application': True,
|
'application': True,
|
||||||
|
3
external_file_location/security/ir.model.access.csv
Normal file
3
external_file_location/security/ir.model.access.csv
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||||
|
access_external_file_location_user,external.file.location.user,model_external_file_location,base.group_user,1,0,0,0
|
||||||
|
access_external_file_task_user,external.file.task.user,model_external_file_task,base.group_user,1,0,0,0
|
|
@ -35,6 +35,7 @@
|
|||||||
],
|
],
|
||||||
'data': [
|
'data': [
|
||||||
'attachment_view.xml',
|
'attachment_view.xml',
|
||||||
|
'security/ir.model.access.csv',
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'application': False,
|
'application': False,
|
||||||
|
2
ir_attachment_metadata/security/ir.model.access.csv
Normal file
2
ir_attachment_metadata/security/ir.model.access.csv
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||||
|
access_attachment_metadata_user,ir.attachment.metadata.user,model_ir_attachment_metadata,base.group_user,1,0,0,0
|
|
Loading…
Reference in New Issue
Block a user