forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
39 lines (38 loc) · 1.25 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
# -*- coding: utf-8 -*-
# Copyright 2014 Davide Corio
# Copyright 2015-2016 Lorenzo Battistini - Agile Business Group
# Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# Copyright 2018 Sergio Corato
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
'name': 'Italian Localization - Fattura elettronica - Emissione',
'version': '10.0.2.0.0',
'category': 'Localization/Italy',
'summary': 'Emissione fatture elettroniche',
'author': 'Davide Corio, Agile Business Group, Innoviu,'
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/l10n-italy/tree/10.0/'
'l10n_it_fatturapa_out',
'license': 'LGPL-3',
"depends": [
'l10n_it_fatturapa',
'l10n_it_split_payment',
],
"data": [
'wizard/wizard_export_fatturapa_view.xml',
'views/attachment_view.xml',
'views/account_view.xml',
'views/partner_view.xml',
'views/company_view.xml',
'security/ir.model.access.csv',
'data/l10n_it_fatturapa_out_data.xml',
'security/rules.xml',
],
'installable': True,
'external_dependencies': {
'python': [
'unidecode',
'pyxb', # pyxb 1.2.6
],
}
}