-
-
Notifications
You must be signed in to change notification settings - Fork 344
Expand file tree
/
Copy path__manifest__.py
More file actions
18 lines (18 loc) · 646 Bytes
/
Copy path__manifest__.py
File metadata and controls
18 lines (18 loc) · 646 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2018 Simone Rubino - Agile Business Group
# Copyright 2019 Sergio Corato <https://github.com/sergiocorato>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "ITA - Regioni NUTS",
"summary": "Opzioni NUTS specifiche per l'Italia",
"version": "18.0.1.0.0",
"category": "Localization/Europe",
"website": "https://github.com/OCA/l10n-italy",
"author": "Agile Business Group, " "Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"base_location_nuts",
],
"post_init_hook": "post_init_hook",
}