forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__openerp__.py
51 lines (50 loc) · 1.71 KB
/
__openerp__.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
# -*- coding: utf-8 -*-
# Copyright 2014 Davide Corio <davide.corio@abstract.it>
# Copyright 2015-2016 Lorenzo Battistini - Agile Business Group
# Copyright 2018 Gianmarco Conte, Marco Calcagni - Dinamiche Aziendali srl
# Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# Copyright 2019 Gianluigi Tiesi - Netfarm S.r.l.
# Copyright 2020 Vincenzo Terzulli <v.terzulli@elvenstudio.it>
# Copyright 2019 Sergio Corato
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
'name': 'Italian Localization - Fattura Elettronica - Base',
'version': '8.0.3.0.3',
'category': 'Localization/Italy',
'summary': 'Electronic invoices',
'author': 'Davide Corio, Agile Business Group, Innoviu, '
'Odoo Italia Network, Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/l10n-italy/tree/8.0/'
'l10n_it_fatturapa',
'license': 'LGPL-3',
"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',
'security/ir.model.access.csv',
],
"demo": ['demo/account_invoice_fatturapa.xml'],
'installable': True,
'external_dependencies': {
'python': [
'pyxb', # pyxb 1.2.6
'asn1crypto'
],
}
}