forked from shopinvader/odoo-shopinvader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
32 lines (31 loc) · 1.02 KB
/
__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
29
30
31
32
# © 2016 Akretion (http://www.akretion.com)
# Sébastien BEAU <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Shopinvader Locomotive CMS Connector",
"version": "14.0.2.1.1",
"category": "Connector",
"summary": "Manage communications between Shopinvader and Locomotive CMS",
"author": "Akretion",
"website": "https://github.com/shopinvader/odoo-shopinvader",
"license": "AGPL-3",
"development_status": "Production/Stable",
"depends": [
"connector",
"shopinvader_search_engine",
"queue_job",
"shopinvader",
"shopinvader_auth_api_key",
],
"data": [
"views/shopinvader_backend_view.xml",
"views/product_filter_view.xml",
"data/ir_cron.xml",
"data/queue_job_function_data.xml",
],
"demo": ["demo/backend_demo.xml"],
"external_dependencies": {"python": ["locomotivecms"]},
"installable": False,
"auto_install": False,
"application": False,
}