forked from OCA/l10n-belgium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
31 lines (31 loc) · 897 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
29
30
31
# Copyright 2021 ACSONE SA/NV
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Companyweb",
"summary": (
"Know who you are dealing with. "
"Enhance Odoo partner data from companyweb.be."
),
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-belgium",
"version": "14.0.1.1.3",
"development_status": "Production/Stable",
"license": "AGPL-3",
"installable": True,
"data": [
"security/security.xml",
"security/ir.model.access.csv",
"views/partner_view.xml",
"wizards/credential_wizard.xml",
],
"images": [
"static/description/doc_companyweb_data.png",
],
"external_dependencies": {
"python": [
"zeep",
],
},
"depends": ["web_notify"],
"maintainers": ["xavier-bouquiaux"],
}