forked from shopinvader/odoo-shopinvader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
28 lines (28 loc) · 1004 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 2018 Akretion (http://www.akretion.com)
# Copyright 2018 ACSONE SA/NV (<http://acsone.eu>)
# Sébastien BEAU <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Shopinvader image",
"summary": "Add the export of Image for Shopinvader",
"version": "14.0.1.1.1",
"category": "e-commerce",
"website": "https://github.com/shopinvader/odoo-shopinvader",
"author": "Akretion",
"license": "AGPL-3",
"depends": ["shopinvader", "storage_image_product"],
"data": [
"security/ir.model.access.csv",
"views/shopinvader_backend_view.xml",
"views/shopinvader_image_resize_view.xml",
"data/ir_export_product.xml",
"data/ir_export_category.xml",
"data/shopinvader_image_resize.xml",
],
"demo": [
"demo/storage_image_product_image_tag_demo.xml",
"demo/backend_demo.xml",
],
"installable": True,
"post_init_hook": "post_init_hook",
}