{ 'name': 'Community OS - School', 'version': '19.0.1.0.0', 'category': 'Website/Education', 'summary': 'Programs, levels, classes, enrollment, attendance and parent portal for any weekend/community school', 'description': """ Community OS - School ======================= A generic education module for weekend, language, cultural, or community schools - levels/grades/proficiency are admin-defined data, so the same module fits a Grade 1-12 school or a Beginner-Advanced language school with no code change. * Terms, levels, classes, students, and enrollment * Teacher attendance portal with parent absence notifications * Multi-step online registration (parent -> student -> class + payment) * Waitlist handling with automatic seat-freed notifications * Optional LMS glue via website_slides (auto channel per class) """, 'author': 'Metatroncube Software Solutions LLP', 'website': 'https://www.metatroncube.com', 'license': 'LGPL-3', 'price': 0.00, 'currency': 'USD', 'depends': [ 'contacts', 'portal', 'website_slides', 'account', ], 'data': [ 'security/school_security.xml', 'security/ir.model.access.csv', 'data/mail_templates.xml', 'data/ir_cron.xml', 'views/school_views.xml', 'views/school_menus.xml', 'views/res_config_settings_views.xml', 'views/portal_attendance_templates.xml', 'views/registration_templates.xml', ], 'demo': [], 'assets': { 'web.assets_frontend': [ 'community_school/static/src/js/school_attendance.js', ], }, 'images': ['static/description/banner.png'], 'application': True, 'installable': True, }