Fix readme and add security files

This commit is contained in:
Valentin Chemiere 2015-03-16 15:59:05 +01:00
parent f2d71fc405
commit 07ec43bf21
6 changed files with 19 additions and 12 deletions

View File

@ -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,

View 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
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_external_file_location_user external.file.location.user model_external_file_location base.group_user 1 0 0 0
3 access_external_file_task_user external.file.task.user model_external_file_task base.group_user 1 0 0 0

View File

@ -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,

View 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
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_attachment_metadata_user ir.attachment.metadata.user model_ir_attachment_metadata base.group_user 1 0 0 0