{ "name": "School ERP - Theme", "version": "19.0.1.0.0", "category": "Education", "summary": "Per-company branding; hides Odoo/ERPNext branding the demo audience would see.", "author": "Metatroncube Software Solutions LLP", "license": "Other proprietary", # portal, website and web are real, necessary dependencies this # module's own spec line ("Depends: mc_education_base") missed: # hiding the "Powered by Odoo" text means inheriting # portal.portal_record_sidebar AND web.brand_promotion (two # separate badges, two separate templates - see # views/portal_branding_templates.xml), and the public marketing # homepage (views/homepage_templates.xml) means inheriting # website.homepage. All three modules must be loaded for that. # Flagging per CLAUDE.md's closing instruction rather than silently # working around it. "depends": ["mc_education_base", "portal", "website", "web"], "data": [ "views/portal_branding_templates.xml", "views/homepage_templates.xml", "views/contactus_templates.xml", "views/login_templates.xml", "views/footer_templates.xml", ], "demo": [ "demo/mc_theme_demo.xml", "demo/mc_cast_users_demo.xml", ], "installable": True, "application": False, "post_init_hook": "post_init_hook", }