Tower: upload cetmix_tower_ovh 16.0.1.0.1 (via marketplace)
This commit is contained in:
24
addons/cetmix_tower_ovh/__manifest__.py
Normal file
24
addons/cetmix_tower_ovh/__manifest__.py
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# Copyright 2024 Cetmix OÜ
|
||||||
|
# Copyright 2025 Giovanni Serra <giovanni@gslab.it>
|
||||||
|
# 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",
|
||||||
|
],
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user