35 lines
1.3 KiB
Python
35 lines
1.3 KiB
Python
{
|
|
"name": "MVD TCG Commerce",
|
|
"summary": "Commerce taxonomy and catalog seed data for TCG products",
|
|
"version": "19.0.7.1.0",
|
|
"description": """
|
|
Commerce taxonomy foundation for the MVD trading card game suite.
|
|
|
|
This module intentionally stays data-focused. It does not create products,
|
|
import sources, or attach operational workflows yet. Instead it prepares the
|
|
commerce layer with:
|
|
- a dedicated commerce manager role
|
|
- a seeded internal product category tree for typical TCG products
|
|
- a seeded public shop category tree for eCommerce browsing
|
|
- curated product tags for common TCG merchandise and sealed products
|
|
|
|
The category tree covers common product families such as singles, booster
|
|
packs, booster displays, bundles, preconstructed decks, collections, and
|
|
accessories. Product mapping, source handling, stock logic, and
|
|
card-to-product relationships will follow in later commerce modules.
|
|
""",
|
|
"category": "Inventory/Product",
|
|
"author": "Mantjeverse Digital",
|
|
"license": "LGPL-3",
|
|
"depends": ["mvd_tcg_base", "sale_management", "stock", "website_sale"],
|
|
"data": [
|
|
"security/security.xml",
|
|
"security/ir.model.access.csv",
|
|
"data/product_category_data.xml",
|
|
"data/product_public_category_data.xml",
|
|
"data/product_tag_data.xml",
|
|
],
|
|
"application": False,
|
|
"installable": True,
|
|
}
|