forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
27 lines (26 loc) · 982 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
27
# See README.rst file on addon root folder for license details
{
"name": "Libro de IVA",
"version": "15.0.2.1.1",
"author": "PRAXYA, ForgeFlow, Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-spain",
"license": "AGPL-3",
"category": "Accounting",
"depends": ["account", "base_vat", "l10n_es", "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,
}