Skip to content

Commit

Permalink
[ADD] Add ACL
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpeiffer committed Jun 29, 2016
1 parent d07af77 commit cf7d77f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mail_thread_child/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@
'depends': [
'mail',
],
'data': [],
'data': [
'security/ir.model.access.csv',
],
}
2 changes: 2 additions & 0 deletions mail_thread_child/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_mail_thread_child,access_mail_thread_child,model_mail_thread_child,,1,0,0,0

0 comments on commit cf7d77f

Please sign in to comment.