20 lines
619 B
Python
20 lines
619 B
Python
|
|
# Copyright 2021 Akretion (https://www.akretion.com).
|
||
|
|
# @author Sébastien BEAU <sebastien.beau@akretion.com>
|
||
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||
|
|
|
||
|
|
{
|
||
|
|
"name": "Storage Image Product Import",
|
||
|
|
"summary": "Helper for importing image for csv base on url",
|
||
|
|
"version": "14.0.1.0.0",
|
||
|
|
"category": "Storage",
|
||
|
|
"website": "https://github.com/OCA/storage",
|
||
|
|
"author": "Akretion, Odoo Community Association (OCA)",
|
||
|
|
"license": "AGPL-3",
|
||
|
|
"application": False,
|
||
|
|
"installable": True,
|
||
|
|
"depends": [
|
||
|
|
"storage_image_import",
|
||
|
|
"storage_image_product",
|
||
|
|
],
|
||
|
|
}
|