{ "name": "School ERP - Fees", "version": "19.0.1.0.0", "category": "Education", "summary": "Fee structures, installment schedules, concessions, and invoicing on stock account.move.", "author": "Metatroncube Software Solutions LLP", "license": "Other proprietary", # payment_demo is the stock built-in test/dummy provider - the "test # payment gateway" the demo script pays through (shared/DEMO_SCRIPT.md # Scene 3). Not a deviation from "Depends: mc_education_base, account, # payment" so much as filling in which stock provider a demo actually # needs; see CLAUDE.md sec 5 O3 note. "depends": ["mc_education_base", "account", "payment", "payment_demo"], "data": [ "security/ir.model.access.csv", "data/product_data.xml", "views/mc_fee_category_views.xml", "views/mc_fee_structure_views.xml", "views/mc_fee_schedule_views.xml", "views/mc_fee_concession_views.xml", "views/mc_fee_invoice_generate_wizard_views.xml", "views/account_move_views.xml", "views/mc_education_fees_menus.xml", ], "demo": [ "demo/mc_fee_category_demo.xml", "demo/mc_fee_structure_demo.xml", "demo/mc_fee_schedule_demo.xml", "demo/mc_fee_concession_demo.xml", ], "installable": True, "application": False, }