[7.0] [ADD] web_note and web_note_test (#216)

This commit is contained in:
Nikolina Todorova
2016-10-25 21:41:38 +02:00
committed by Pedro M. Baeza
parent 09ee5fd70c
commit e73038b836
12 changed files with 325 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_web_note,access.web.note,model_web_note,group_web_note_user,1,1,1,1
access_web_note_container,access.web.note.container,model_web_note_container,group_web_note_user,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_web_note access.web.note model_web_note group_web_note_user 1 1 1 1
3 access_web_note_container access.web.note.container model_web_note_container group_web_note_user 1 1 1 1