forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
36 lines (35 loc) · 1.05 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
36
# See README.rst file on addon root folder for license details
{
"name": "Libro de IVA",
"version": "12.0.1.7.0",
"author": "PRAXYA, "
"Eficent, "
"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,
}