storage_backend/storage_image/__manifest__.py

27 lines
918 B
Python

# Copyright 2017 Akretion (http://www.akretion.com).
# @author Sébastien BEAU <sebastien.beau@akretion.com>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "Storage Image",
"summary": "Store image and resized image in a storage backend",
"version": "14.0.2.3.0",
"category": "Storage",
"website": "https://github.com/OCA/storage",
"author": " Akretion, Odoo Community Association (OCA)",
"license": "LGPL-3",
"development_status": "Production/Stable",
"depends": ["storage_thumbnail"],
"data": [
"security/res_group.xml",
"security/ir_rule.xml",
"security/ir.model.access.csv",
"wizards/replace_file.xml",
"views/assets.xml",
"views/storage_image.xml",
"views/storage_image_relation_abstract.xml",
"data/ir_config_parameter.xml",
],
"qweb": ["static/src/xml/custom_xml.xml"],
}