forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
35 lines (34 loc) · 1.25 KB
/
__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
27
28
29
30
31
32
33
34
35
# Copyright 2018 - Praxya
# Copyright 2018 - ForgeFlow
# Copyright 2018 Tecnativa - Luis M. Ontalba
# Copyright 2019 Tecnativa - David Vidal
# Copyright 2020 Creu Blanca - Enric Tobella
# Copyright 2020 Tecnativa - Carlos Daudén
# Copyright 2022 Comunitea - Omar Castiñeira
# Copyright 2018-2023 Tecnativa - Pedro M. Baeza
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Libro de IVA",
"version": "14.0.2.8.1",
"author": "PRAXYA, ForgeFlow, Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-spain",
"license": "AGPL-3",
"category": "Accounting",
"depends": ["l10n_es_aeat", "report_xlsx"],
"data": [
"security/ir_rule.xml",
"security/ir.model.access.csv",
"data/aeat_vat_book_map_data.xml",
"views/aeat_vat_book_map_view.xml",
"views/l10n_es_vat_book.xml",
"views/l10n_es_vat_book_line.xml",
"views/l10n_es_vat_book_tax_summary.xml",
"views/l10n_es_vat_book_summary.xml",
"report/common_templates.xml",
"report/report_views.xml",
"report/vat_book_invoices_issued.xml",
"report/vat_book_invoices_received.xml",
"report/vat_book_xlsx.xml",
],
"installable": True,
}