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
21 lines (21 loc) · 797 Bytes
/
Copy path__manifest__.py
File metadata and controls
21 lines (21 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2018 Studio73 - Abraham Anes
# Copyright 2019 Studio73 - Pablo Fuentes
# Copyright 2022 Tecnativa - Pedro M. Baeza
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Sistema de comprobación y contraste de facturas enviadas al SII",
"version": "17.0.1.0.0",
"category": "Accounting & Finance",
"website": "https://github.com/OCA/l10n-spain",
"author": "Studio73, Odoo Community Association (OCA)",
"license": "AGPL-3",
"external_dependencies": {"python": ["deepdiff<8"]},
"depends": ["l10n_es_aeat_sii_oca"],
"data": [
"security/ir.model.access.csv",
"views/account_move_views.xml",
"views/aeat_sii_match_report.xml",
],
"installable": True,
"maintainers": ["Abranes", "Reyes4711-S73"],
}