Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c1ecf1289d | |||
| 0741834b31 | |||
| 7a2debb3d7 | |||
| 6ef9d029eb | |||
|
|
96edc0c694 |
0
addons/odoosky_demo/__init__.py
Normal file
0
addons/odoosky_demo/__init__.py
Normal file
20
addons/odoosky_demo/__manifest__.py
Normal file
20
addons/odoosky_demo/__manifest__.py
Normal 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,
|
||||||
|
}
|
||||||
1
addons/odoosky_demo/static/description/index.html
Normal file
1
addons/odoosky_demo/static/description/index.html
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<section><h1>OdooSky Demo Addon</h1><p>Platform smoke-test addon. Safe to install / uninstall.</p></section>
|
||||||
0
addons/web_responsive/__init__.py
Normal file
0
addons/web_responsive/__init__.py
Normal file
1
addons/web_responsive/__manifest__.py
Normal file
1
addons/web_responsive/__manifest__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ewogICAgJ25hbWUnOiAnV2ViIFJlc3BvbnNpdmUnLAogICAgJ3ZlcnNpb24nOiAnMTguMC4xLjAuMCcsCiAgICAnZGVwZW5kcyc6IFsnYmFzZSddLAogICAgJ2xpY2Vuc2UnOiAnTEdQTC0zJywKfQo=
|
||||||
0
addons/web_responsive_test/__init__.py
Normal file
0
addons/web_responsive_test/__init__.py
Normal file
1
addons/web_responsive_test/__manifest__.py
Normal file
1
addons/web_responsive_test/__manifest__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ewogICAgJ25hbWUnOiAnV2ViIFJlc3BvbnNpdmUgVGVzdCcsCiAgICAnc3VtbWFyeSc6ICdTbW9rZS10ZXN0IGFkZG9uIGZvciB1cGxvYWQgcGlwZWxpbmUuJywKICAgICdhdXRob3InOiAnT2Rvb1NreScsCiAgICAnY2F0ZWdvcnknOiAnVG9vbHMnLAogICAgJ3ZlcnNpb24nOiAnMTguMC4wLjEuMCcsCiAgICAnbGljZW5zZSc6ICdMR1BMLTMnLAogICAgJ2RlcGVuZHMnOiBbJ2Jhc2UnXSwKICAgICdpbnN0YWxsYWJsZSc6IFRydWUsCn0K
|
||||||
Reference in New Issue
Block a user