forked from OCA/l10n-belgium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
27 lines (27 loc) · 845 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
# Copyright 2021 ACSONE SA/NV
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Companyweb Payment Info",
"summary": ("Send your customer payment information to Companyweb"),
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-belgium",
"version": "14.0.1.1.1",
"development_status": "Production/Stable",
"license": "AGPL-3",
"installable": True,
"data": [
"security/security.xml",
"security/ir.model.access.csv",
"wizards/payment_info_wizard.xml",
],
"images": [
"static/description/doc_companyweb_data.png",
],
"external_dependencies": {
"python": [
"zeep",
],
},
"depends": ["companyweb_base", "account"],
"maintainers": ["xavier-bouquiaux"],
}