EnCoach Odoo 19 custom modules

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
This commit is contained in:
Talal Sharabi
2026-03-14 16:46:46 +04:00
commit f5b627256f
168 changed files with 13428 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "EnCoach AI Media",
"version": "19.0.1.0.0",
"category": "Education",
"summary": "TTS, STT, and video generation for EnCoach",
"description": "AWS Polly TTS, OpenAI Whisper STT, ELAI avatar video generation.",
"depends": ["encoach_ai"],
"data": [
"security/ir.model.access.csv",
"views/avatar_views.xml",
],
"installable": True,
"license": "LGPL-3",
"external_dependencies": {
"python": ["boto3"],
},
}