27 lines
945 B
Python
27 lines
945 B
Python
# Copyright 2018 Akretion (http://www.akretion.com).
|
|
# @author Raphaël Reverdy <https://github.com/hparfr>
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
|
|
|
{
|
|
"name": "Storage Image Product",
|
|
"summary": "Link images to products and categories",
|
|
"version": "14.0.3.5.2",
|
|
"category": "Storage",
|
|
"website": "https://github.com/OCA/storage",
|
|
"author": " Akretion, Odoo Community Association (OCA)",
|
|
"license": "LGPL-3",
|
|
"development_status": "Production/Stable",
|
|
"installable": True,
|
|
"depends": ["storage_image", "product", "sale"], # only for the menu
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"views/product_template.xml",
|
|
"views/product_image_relation.xml",
|
|
"views/product_product.xml",
|
|
"views/product_category.xml",
|
|
"views/product_category_image_relation.xml",
|
|
"views/image_tag.xml",
|
|
"views/storage_image.xml",
|
|
],
|
|
}
|