[ADD] stock_picking_comment_template

This commit is contained in:
emagdalena
2019-05-23 13:26:24 +02:00
committed by Roger
parent 0854bf56ed
commit 8bac8d1d4b
17 changed files with 748 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_base_comment_template_account_user,access_base_comment_template user,base_comment_template.model_base_comment_template,account.group_account_user,1,0,0,0
access_base_comment_template_account_manager,access_base_comment_template manager,base_comment_template.model_base_comment_template,account.group_account_manager,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_base_comment_template_account_user access_base_comment_template user base_comment_template.model_base_comment_template account.group_account_user 1 0 0 0
3 access_base_comment_template_account_manager access_base_comment_template manager base_comment_template.model_base_comment_template account.group_account_manager 1 1 1 1