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.7 KiB
1.7 KiB
| 1 | id | name | model_id:id | group_id:id | perm_read | perm_write | perm_create | perm_unlink |
|---|---|---|---|---|---|---|---|---|
| 2 | access_calendar_attendee_portal | calendar.attendee_portal | model_calendar_attendee | base.group_portal | 0 | 0 | 0 | 0 |
| 3 | access_calendar_attendee_employee | calendar.attendee_employee | model_calendar_attendee | base.group_user | 1 | 1 | 1 | 1 |
| 4 | access_calendar_attendee_employee_delete_wizard | calendar.attendee_employee_delete_wizard | model_calendar_popover_delete_wizard | base.group_user | 1 | 1 | 1 | 1 |
| 5 | access_calendar_alarm | calendar.alarm | model_calendar_alarm | base.group_user | 1 | 1 | 1 | 1 |
| 6 | access_calendar_event_all_user | calendar.event_all_user | model_calendar_event | base.group_portal | 1 | 0 | 0 | 0 |
| 7 | access_calendar_event_all_employee | calendar.event_all_employee | model_calendar_event | base.group_user | 1 | 1 | 1 | 1 |
| 8 | access_calendar_event_partner_manager | calendar.event.partner.manager | model_calendar_event | base.group_partner_manager | 1 | 1 | 1 | 1 |
| 9 | access_calendar_event_type_all | calendar.event.type.all | model_calendar_event_type | base.group_user | 1 | 0 | 0 | 0 |
| 10 | access_calendar_event_type_manager | calendar.event.type.manager | model_calendar_event_type | base.group_system | 1 | 1 | 1 | 1 |
| 11 | access_calendar_alarm_manager | access_calendar_alarm_manager | model_calendar_alarm_manager | base.group_user | 1 | 1 | 1 | 1 |
| 12 | access_calendar_filters_all | access_calendar_contacts_all | model_calendar_filters | base.group_user | 1 | 1 | 1 | 1 |
| 13 | access_calendar_filters | access_calendar_contacts | model_calendar_filters | base.group_system | 1 | 1 | 1 | 1 |
| 14 | access_calendar_recurrence | access_calendar_recurrence | model_calendar_recurrence | base.group_user | 1 | 1 | 1 | 1 |
| 15 | access_calendar_provider_config_all | calendar.provider.config.all | model_calendar_provider_config | 0 | 0 | 0 | 0 | |
| 16 | access_calendar_provider_config_manager | calendar.provider.config.manager | model_calendar_provider_config | base.group_system | 1 | 1 | 1 | 1 |