Odoo18-Base/addons/cloud_storage_azure/__manifest__.py
2025-01-06 10:57:38 +07:00

15 lines
392 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
"name": "Cloud Storage Azure",
"summary": """Store chatter attachments in the Azure cloud""",
"category": "Technical Settings",
"version": "1.0",
"depends": ["cloud_storage"],
"data": [
"views/settings.xml",
],
"uninstall_hook": "uninstall_hook",
'license': 'LGPL-3',
}