From 192e1a9dbc38164e5c4cb59c03a042f3ebf42453 Mon Sep 17 00:00:00 2001 From: git_admin Date: Mon, 27 Apr 2026 08:14:50 +0000 Subject: [PATCH] Tower: upload cetmix_tower_ovh 16.0.1.0.1 (via marketplace) --- addons/cetmix_tower_ovh/__manifest__.py | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 addons/cetmix_tower_ovh/__manifest__.py diff --git a/addons/cetmix_tower_ovh/__manifest__.py b/addons/cetmix_tower_ovh/__manifest__.py new file mode 100644 index 0000000..edda7aa --- /dev/null +++ b/addons/cetmix_tower_ovh/__manifest__.py @@ -0,0 +1,24 @@ +# Copyright 2024 Cetmix OÜ +# Copyright 2025 Giovanni Serra +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +{ + "name": "Cetmix Tower OVH", + "summary": """Cetmix Tower OVH API integration""", + "version": "16.0.1.0.1", + "category": "Productivity", + "license": "AGPL-3", + "author": "Cetmix, Giovanni Serra", + "maintainers": ["GSLabIt"], + "website": "https://tower.cetmix.com", + "images": ["static/description/banner.png"], + "application": False, + "installable": True, + "demo": [ + "demo/demo_data.xml", + ], + "external_dependencies": {"python": ["ovh"]}, + "depends": [ + "cetmix_tower_server", + ], +}