forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
33 lines (32 loc) · 1.13 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
# Copyright 2015 AgileBG SAGL <http://www.agilebg.com>
# Copyright 2015 innoviu Srl <http://www.innoviu.com>
# Copyright 2018 Lorenzo Battistini
# Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'ITA - Fattura elettronica - Ricezione',
'version': '12.0.3.1.8',
"development_status": "Beta",
'category': 'Localization/Italy',
'summary': 'Ricezione fatture elettroniche',
'author': 'Agile Business Group, Innoviu, '
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/l10n-italy'
'/tree/12.0/l10n_it_fatturapa_in',
'license': 'AGPL-3',
"depends": [
'base_vat_sanitized',
'l10n_it_fatturapa',
'l10n_it_withholding_tax_causali',
],
"data": [
'views/account_view.xml',
'views/partner_view.xml',
'wizard/wizard_import_fatturapa_view.xml',
'wizard/link_to_existing_invoice.xml',
'views/company_view.xml',
'security/ir.model.access.csv',
'security/rules.xml',
],
"installable": True
}