forked from shopinvader/odoo-shopinvader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
21 lines (20 loc) · 726 Bytes
/
__manifest__.py
File metadata and controls
21 lines (20 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2017 Akretion (http://www.akretion.com)
# Sébastien BEAU <sebastien.beau@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Shopinvader Locomotive Contact Company",
"summary": "Synchronize the contact_name with customer name",
"version": "10.0.1.0.0",
"category": "e-commerce",
"website": "https://github.com/shopinvader/odoo-shopinvader",
"author": "Akretion",
"license": "AGPL-3",
"application": False,
"installable": False,
"auto_install": True,
"external_dependencies": {"python": [], "bin": []},
"depends": ["shopinvader_locomotive", "shopinvader_contact_company"],
"data": [],
"demo": [],
"qweb": [],
}