Files
odoo-addons/addons/odoosky_demo/__manifest__.py

21 lines
698 B
Python

{
"name": "OdooSky Demo Addon",
"summary": "Smoke-test addon — proves the v3 in-cluster build pipeline works end-to-end.",
"description": """
A minimal Odoo module used by OdooSky platform tests to prove that a tagged
addon in odoo-tower/odoo-addons builds into an OCI image inside the customer
cluster and mounts into the Odoo pod. No business logic; just a manifest and
an empty __init__.py so Odoo recognizes it.
""",
"author": "OdooSky",
"website": "https://odoosky.org",
"category": "Tools",
"version": "18.0.1.0.0",
"license": "LGPL-3",
"depends": ["base"],
"data": [],
"installable": True,
"application": False,
"auto_install": False,
}