1 Commits

Author SHA1 Message Date
Tower Deploy
96edc0c694 Seed addons/odoosky_demo (18.0.1.0.0) — platform smoke-test addon 2026-04-27 00:44:36 +03:00
4 changed files with 21 additions and 1 deletions

View File

@@ -1 +0,0 @@
ewogICAgJ25hbWUnOiAnQWNjb3VudCBSZXBvcnRzJywKICAgICd2ZXJzaW9uJzogJzE3LjAuMC41LjAnLAogICAgJ2RlcGVuZHMnOiBbJ2FjY291bnQnXSwKICAgICdsaWNlbnNlJzogJ0xHUEwtMycsCn0K

View File

@@ -0,0 +1,20 @@
{
"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,
}

View File

@@ -0,0 +1 @@
<section><h1>OdooSky Demo Addon</h1><p>Platform smoke-test addon. Safe to install / uninstall.</p></section>