-
-
Notifications
You must be signed in to change notification settings - Fork 305
/
__manifest__.py
26 lines (25 loc) · 1023 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
# 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)
# Copyright 2020 Gianmarco Conte (Dinamiche Aziendali Srl)
# Copyright 2022 Marco Colombo (<[email protected]>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "ITA - Registro REA",
"version": "16.0.1.0.0",
"category": "Localization/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",
"license": "AGPL-3",
"depends": ["account"],
"data": [
"views/partner_view.xml",
"views/company_view.xml",
],
"installable": True,
}