forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
29 lines (28 loc) · 995 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
28
29
# Copyright 2018 Juan Vicente Pascual <[email protected]>
{
"name": "AEAT modelo 190",
"version": "16.0.2.0.0",
"category": "Localization/Accounting",
"author": "Punt Sistemes SLU,"
"Odoo Community Association (OCA),"
"Vunkers IT Experts, SLU",
"website": "https://github.com/OCA/l10n-spain",
"license": "AGPL-3",
"depends": ["l10n_es", "l10n_es_aeat"],
"data": [
"data/perception_key_data.xml",
"data/perception_subkey_data.xml",
"data/aeat_export_mod190_partner_data.xml",
"data/aeat_export_mod190_data.xml",
"data/tax_code_map_mod190_data.xml",
"views/account_fiscal_position.xml",
"views/account_invoice_view.xml",
"views/mod190_line_view.xml",
"views/mod190_view.xml",
"views/partner_view.xml",
"views/account_move_view.xml",
"security/ir.model.access.csv",
"security/l10n_es_aeat_mod190_security.xml",
],
"installable": True,
}