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

@ -1,5 +1,5 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License :alt: License
External File Location External File Location
====================== ======================
@ -50,11 +50,11 @@ Maintainer
* Valentin CHEMIERE <valentin.chemiere@akretion.com> * Valentin CHEMIERE <valentin.chemiere@akretion.com>
.. image:: http://odoo-community.org/logo.png .. image:: http://odoo-community.org/logo.png
:alt: Odoo Community Association :alt: Odoo Community Association
:target: http://odoo-community.org :target: http://odoo-community.org
This module is maintained by the OCA. This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
To contribute to this module, please visit http://odoo-community.org. To contribute to this module, please visit http://odoo-community.org.

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

@ -1,5 +1,5 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License :alt: License
Attachment Metadata Attachment Metadata
====================== ======================
@ -41,11 +41,11 @@ Maintainer
* Valentin CHEMIERE <valentin.chemiere@akretion.com> * Valentin CHEMIERE <valentin.chemiere@akretion.com>
.. image:: http://odoo-community.org/logo.png .. image:: http://odoo-community.org/logo.png
:alt: Odoo Community Association :alt: Odoo Community Association
:target: http://odoo-community.org :target: http://odoo-community.org
This module is maintained by the OCA. This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
To contribute to this module, please visit http://odoo-community.org. To contribute to this module, please visit http://odoo-community.org.

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