Full backend implementation with custom Odoo modules: - encoach_api: Core API, user management, JWT auth - encoach_exam: Exam generation (reading, writing, listening, speaking) - encoach_evaluate: AI-powered evaluation (writing, speaking) - encoach_training: Training tips and walkthrough - encoach_storage: File storage management - encoach_payment: Stripe, PayPal, Paymob integration - encoach_mail: Email notifications Made-with: Cursor
452 B
452 B
| 1 | id | name | model_id:id | group_id:id | perm_read | perm_write | perm_create | perm_unlink |
|---|---|---|---|---|---|---|---|---|
| 2 | access_encoach_elai_avatar_student | encoach.elai.avatar.student | model_encoach_elai_avatar | encoach_core.group_encoach_student | 1 | 0 | 0 | 0 |
| 3 | access_encoach_elai_avatar_admin | encoach.elai.avatar.admin | model_encoach_elai_avatar | encoach_core.group_encoach_admin | 1 | 1 | 1 | 1 |
| 4 | access_encoach_elai_avatar_sysadmin | encoach.elai.avatar.sysadmin | model_encoach_elai_avatar | base.group_system | 1 | 1 | 1 | 1 |