forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 1
/
__manifest__.py
26 lines (25 loc) · 1014 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
# Copyright 2009 Jordi Esteve <[email protected]>
# Copyright 2013 Ignacio Ibeas <[email protected]>
# Copyright 2015 Tecnativa - Sergio Teruel
# Copyright 2016 Tecnativa - Carlos Dauden
# Copyright 2013-2018 Tecnativa - Pedro M. Baeza
# License AGPL-3 - See https://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Adaptación de los clientes, proveedores y bancos para España",
"version": "13.0.1.0.4",
"author": "ZikZak," "Acysos," "Tecnativa," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-spain",
"category": "Localisation/Europe",
"license": "AGPL-3",
"development_status": "Mature",
"maintainers": ["pedrobaeza"],
"external_dependencies": {"python": ["requests"]},
"depends": ["account", "base_bank_from_iban", "base_vat"],
"data": [
"data/l10n_es_partner_data.xml",
"views/res_bank_view.xml",
"views/res_partner_view.xml",
"wizard/l10n_es_partner_wizard.xml",
],
"installable": True,
}