Files
mvd_tcg_base/__manifest__.py
2026-04-03 23:08:57 +02:00

32 lines
1023 B
Python

{
"name": "MVD TCG Base",
"summary": "Game-neutral card and game foundation for the MVD TCG suite",
"version": "19.0.5.7.0",
"description": """
Game-neutral foundation for the MVD trading card game suite.
This module provides the shared reference models and base navigation used by
all game-specific adapters and higher-level features:
- supported games
- neutral card records with images and validation state
- shared menus, access rights, and core views
It is intentionally kept game-agnostic so that other TCG adapters can build
on the same abstraction layer later.
""",
"category": "Tools",
"author": "Mantjeverse Digital",
"license": "LGPL-3",
"depends": ["base", "base_setup"],
"data": [
"security/security.xml",
"security/ir.model.access.csv",
"views/res_config_settings_views.xml",
"views/mvd_tcg_game_views.xml",
"views/mvd_tcg_card_views.xml",
"views/menu_views.xml",
],
"application": True,
"installable": True,
}