forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
27 lines (26 loc) · 964 Bytes
/
__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
# Copyright 2014 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# Copyright 2015 Alessio Gerace <[email protected]>
# Copyright 2016 Andrea Gallina (Apulia Software)
# Copyright 2018 Lorenzo Battistini
# Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
'name': 'ITA - Registro REA',
'version': '12.0.1.0.4',
'category': 'Localisation/Italy',
'development_status': 'Production/Stable',
'summary': 'Gestisce i campi del Repertorio Economico Amministrativo',
'author': 'Agile Business Group, Odoo Italia Network,'
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/l10n-italy'
'/tree/12.0/l10n_it_rea',
'license': 'AGPL-3',
"depends": [
'account'
],
"data": [
'views/partner_view.xml',
'views/company_view.xml',
],
'installable': True,
}