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
18 lines
549 B
Python
18 lines
549 B
Python
{
|
|
"name": "EnCoach Training",
|
|
"version": "19.0.1.0.0",
|
|
"category": "Education",
|
|
"summary": "Personalized training content and tips for EnCoach",
|
|
"description": "FAISS-powered tip retrieval, GPT personalized training, walkthroughs.",
|
|
"depends": ["encoach_core", "encoach_ai"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"security/rules.xml",
|
|
"views/training_views.xml",
|
|
"views/tip_views.xml",
|
|
"views/walkthrough_views.xml",
|
|
],
|
|
"installable": True,
|
|
"license": "LGPL-3",
|
|
}
|