forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
23 lines (22 loc) · 800 Bytes
/
Copy path__manifest__.py
File metadata and controls
23 lines (22 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2016 Comunitea - Omar Castiñeira
# Copyright 2013-2021 Tecnativa - Pedro M. Baeza
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Importación de extractos bancarios españoles (Norma 43)",
"category": "Accounting & Finance",
"version": "17.0.1.0.2",
"license": "AGPL-3",
"development_status": "Mature",
"maintainers": ["pedrobaeza"],
"author": "Spanish Localization Team,"
"Tecnativa,"
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-spain",
"depends": ["account_statement_import_file"],
"external_dependencies": {"python": ["chardet"]},
"data": [
"views/account_journal_views.xml",
"wizards/account_statement_import_view.xml",
],
"installable": True,
}