Initial commit: Mail packages

This commit is contained in:
Ernad Husremovic 2025-08-29 15:20:51 +02:00
commit 4e53507711
1948 changed files with 751201 additions and 0 deletions

View file

@ -0,0 +1,17 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_livechat_channel,im_livechat.channel,model_im_livechat_channel,,1,0,0,0
access_livechat_channel_user,im_livechat.channel.user,model_im_livechat_channel,im_livechat_group_user,1,1,1,0
access_livechat_channel_manager,im_livechat.channel.manager,model_im_livechat_channel,im_livechat_group_manager,1,1,1,1
access_livechat_support_report_channel,im_livechat.report.channel,model_im_livechat_report_channel,im_livechat_group_manager,1,1,1,1
access_livechat_support_report_operator,im_livechat.report.operator,model_im_livechat_report_operator,im_livechat_group_manager,1,1,1,1
access_livechat_channel_rule,im_livechat.channel.rule,model_im_livechat_channel_rule,,1,0,0,0
access_livechat_channel_rule_user,im_livechat.channel.rule,model_im_livechat_channel_rule,im_livechat_group_user,1,1,1,0
access_livechat_channel_rule_manager,im_livechat.channel.rule,model_im_livechat_channel_rule,im_livechat_group_manager,1,1,1,1
access_chatbot_script,chatbot.script,model_chatbot_script,,1,0,0,0
access_chatbot_script_user,chatbot.script.user,model_chatbot_script,im_livechat_group_user,1,1,1,1
access_chatbot_script_step,chatbot.script.step,model_chatbot_script_step,,0,0,0,0
access_chatbot_script_step_user,chatbot.script.step.user,model_chatbot_script_step,im_livechat_group_user,1,1,1,1
access_chatbot_script_answer,chatbot.script.answer,model_chatbot_script_answer,,0,0,0,0
access_chatbot_script_answer_user,chatbot.script.answer.user,model_chatbot_script_answer,im_livechat_group_user,1,1,1,1
access_chatbot_message_all,chatbot.message,model_chatbot_message,,0,0,0,0
access_chatbot_message_user,chatbot.script.user,model_chatbot_message,im_livechat_group_user,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_livechat_channel im_livechat.channel model_im_livechat_channel 1 0 0 0
3 access_livechat_channel_user im_livechat.channel.user model_im_livechat_channel im_livechat_group_user 1 1 1 0
4 access_livechat_channel_manager im_livechat.channel.manager model_im_livechat_channel im_livechat_group_manager 1 1 1 1
5 access_livechat_support_report_channel im_livechat.report.channel model_im_livechat_report_channel im_livechat_group_manager 1 1 1 1
6 access_livechat_support_report_operator im_livechat.report.operator model_im_livechat_report_operator im_livechat_group_manager 1 1 1 1
7 access_livechat_channel_rule im_livechat.channel.rule model_im_livechat_channel_rule 1 0 0 0
8 access_livechat_channel_rule_user im_livechat.channel.rule model_im_livechat_channel_rule im_livechat_group_user 1 1 1 0
9 access_livechat_channel_rule_manager im_livechat.channel.rule model_im_livechat_channel_rule im_livechat_group_manager 1 1 1 1
10 access_chatbot_script chatbot.script model_chatbot_script 1 0 0 0
11 access_chatbot_script_user chatbot.script.user model_chatbot_script im_livechat_group_user 1 1 1 1
12 access_chatbot_script_step chatbot.script.step model_chatbot_script_step 0 0 0 0
13 access_chatbot_script_step_user chatbot.script.step.user model_chatbot_script_step im_livechat_group_user 1 1 1 1
14 access_chatbot_script_answer chatbot.script.answer model_chatbot_script_answer 0 0 0 0
15 access_chatbot_script_answer_user chatbot.script.answer.user model_chatbot_script_answer im_livechat_group_user 1 1 1 1
16 access_chatbot_message_all chatbot.message model_chatbot_message 0 0 0 0
17 access_chatbot_message_user chatbot.script.user model_chatbot_message im_livechat_group_user 1 1 1 1