-
-
Notifications
You must be signed in to change notification settings - Fork 344
Expand file tree
/
Copy path__manifest__.py
More file actions
19 lines (18 loc) · 729 Bytes
/
Copy path__manifest__.py
File metadata and controls
19 lines (18 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2015 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# Copyright 2016 Davide Corio (Abstract)
# Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "ITA - Codici bancari ABI/CAB",
"version": "18.0.1.0.0",
"category": "Localization/Italy",
"development_status": "Production/Stable",
"summary": "Base Bank ABI/CAB codes",
"author": "Odoo Italia Network, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"license": "AGPL-3",
"maintainers": ["Borruso"],
"depends": ["account"],
"data": ["views/abicab_view.xml"],
"installable": True,
}