Includes: - Odoo 19 framework (odoo/) - 27 custom EnCoach addons (new_project/custom_addons/) - encoach_core, encoach_api, encoach_lms_api, encoach_adaptive_api - encoach_exam, encoach_taxonomy, encoach_adaptive, encoach_assignment - encoach_ai, encoach_ai_grading, encoach_ai_generation, encoach_ai_media - encoach_courseware, encoach_communication, encoach_subscription - encoach_notification, encoach_approval, encoach_branding - encoach_classroom, encoach_registration, encoach_stats - encoach_faq, encoach_ticket, encoach_training, encoach_resources - encoach_adaptive_ai, encoach_sis - 21 OpenEduCat Enterprise modules (new_project/enterprise-19/) - 14 OpenEduCat Community modules (new_project/openeducat_erp-19.0/) - Configuration: odoo.conf, requirements.txt, scripts - 200+ REST API endpoints with JWT authentication - SRS and test documentation Made-with: Cursor
1.9 KiB
1.9 KiB
| 1 | id | name | model_id:id | group_id:id | perm_read | perm_write | perm_create | perm_unlink |
|---|---|---|---|---|---|---|---|---|
| 2 | access_livechat_channel_user | im_livechat.channel.user | model_im_livechat_channel | im_livechat_group_user | 1 | 0 | 0 | 0 |
| 3 | access_livechat_channel_manager | im_livechat.channel.manager | model_im_livechat_channel | im_livechat_group_manager | 1 | 1 | 1 | 1 |
| 4 | access_livechat_support_report_channel | im_livechat.report.channel | model_im_livechat_report_channel | im_livechat_group_manager | 1 | 0 | 0 | 0 |
| 5 | access_livechat_channel_rule_user | im_livechat.channel.rule | model_im_livechat_channel_rule | im_livechat_group_user | 1 | 1 | 1 | 0 |
| 6 | access_livechat_channel_rule_manager | im_livechat.channel.rule | model_im_livechat_channel_rule | im_livechat_group_manager | 1 | 1 | 1 | 1 |
| 7 | access_livechat_expertise_internal_user | im_livechat.expertise.internal.user | model_im_livechat_expertise | base.group_user | 1 | 0 | 0 | 0 |
| 8 | access_livechat_expertise_livechat_manager | im_livechat.expertise.manager | model_im_livechat_expertise | im_livechat_group_manager | 1 | 1 | 1 | 1 |
| 9 | access_livechat_conversation_tag_livechat_user | im_livechat.conversation.tag.livechat.user | model_im_livechat_conversation_tag | im_livechat_group_user | 1 | 1 | 1 | 0 |
| 10 | access_livechat_conversation_tag_livechat_manager | im_livechat.conversation.tag.livechat.manager | model_im_livechat_conversation_tag | im_livechat_group_manager | 1 | 1 | 1 | 1 |
| 11 | access_chatbot_script_user | chatbot.script.user | model_chatbot_script | im_livechat_group_manager | 1 | 1 | 1 | 1 |
| 12 | access_chatbot_script_step_user | chatbot.script.step.user | model_chatbot_script_step | im_livechat_group_manager | 1 | 1 | 1 | 1 |
| 13 | access_chatbot_script_answer | chatbot.script.answer | model_chatbot_script_answer | 0 | 0 | 0 | 0 | |
| 14 | access_chatbot_script_answer_user | chatbot.script.answer.user | model_chatbot_script_answer | im_livechat_group_manager | 1 | 1 | 1 | 1 |
| 15 | access_chatbot_message_user | chatbot.script.user | model_chatbot_message | im_livechat_group_manager | 1 | 1 | 1 | 1 |
| 16 | access_im_livechat_channel_member_history_user | im_livechat.channel.member.history | model_im_livechat_channel_member_history | im_livechat_group_user | 1 | 0 | 0 | 0 |