forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
32 lines (31 loc) · 1.01 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
# Copyright 2018 Juan Vicente Pascual <jvpascual@puntsistemes.es>
{
'name': 'AEAT modelo 190',
'version': '12.0.1.0.2',
'category': "Localization/Accounting",
'author': "Punt Sistemes SLU,"
"Odoo Community Association (OCA)",
'website': "https://github.com/OCA/l10n-spain",
'license': 'AGPL-3',
'depends': [
'l10n_es',
'l10n_es_aeat',
],
'data': [
'views/account_fiscal_position.xml',
'views/account_invoice_view.xml',
'data/res_country_state.xml',
'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/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,
}