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
22 lines (21 loc) · 792 Bytes
/
Copy path__manifest__.py
File metadata and controls
22 lines (21 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2021 FactorLibre - Rodrigo Bonilla <rodrigo.bonilla@factorlibre.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Suministro Inmediato de Información en el IVA: OSS",
"version": "17.0.1.0.0",
"category": "Accounting & Finance",
"website": "https://github.com/OCA/l10n-spain",
"author": "FactorLibre, Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"autoinstall": True,
"development_status": "Production/Stable",
"maintainers": ["pedrobaeza"],
"depends": [
"l10n_es_aeat_sii_oca",
"account_fiscal_position_partner_type",
"l10n_eu_oss_oca",
],
"data": ["data/aeat_sii_mapping_registration_keys_data.xml"],
}