forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
51 lines (50 loc) · 1.67 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Copyright 2014 Davide Corio <[email protected]>
# Copyright 2015-2016 Lorenzo Battistini - Agile Business Group
# Copyright 2018-2019 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# Copyright 2019 Gianluigi Tiesi - Netfarm S.r.l.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'ITA - Fattura elettronica - Base',
'version': '12.0.3.0.3',
'category': 'Localization/Italy',
'summary': 'Fatture elettroniche',
'author': 'Davide Corio, Agile Business Group, Innoviu, '
'Odoo Italia Network, Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/l10n-italy'
'/tree/12.0/l10n_it_fatturapa',
'license': 'AGPL-3',
'excludes': ['l10n_it_edi'],
"depends": [
'l10n_it_account',
'l10n_it_fiscalcode',
'document',
'l10n_it_ipa',
'l10n_it_rea',
'base_iban',
'l10n_it_account_tax_kind',
'l10n_it_esigibilita_iva',
'l10n_it_fiscal_payment_term',
'l10n_it_split_payment',
'l10n_it_fiscal_document_type',
'partner_firstname',
],
"data": [
'data/fatturapa_data.xml',
'data/welfare.fund.type.csv',
'views/account_view.xml',
'views/company_view.xml',
'views/partner_view.xml',
'views/invoice_view.xml',
'views/fatturapa_attachment_views.xml',
'views/related_document_type_views.xml',
'security/ir.model.access.csv',
],
"demo": ['demo/account_invoice_fatturapa.xml'],
'installable': True,
'external_dependencies': {
'python': [
'pyxb', # pyxb 1.2.6
'asn1crypto'
],
}
}