{ "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 is a real, necessary dependency this module's own spec line # ("Depends: mc_education_base") missed: hiding the "Powered by Odoo" # text (views/portal_branding_templates.xml) means inheriting # portal.portal_record_sidebar, which requires the portal module to # be loaded. Flagging per CLAUDE.md's closing instruction rather than # silently working around it. "depends": ["mc_education_base", "portal"], "data": [ "views/portal_branding_templates.xml", ], "demo": [ "demo/mc_theme_demo.xml", "demo/mc_cast_users_demo.xml", ], "installable": True, "application": False, }