-
-
Notifications
You must be signed in to change notification settings - Fork 344
Expand file tree
/
Copy path__manifest__.py
More file actions
20 lines (19 loc) · 662 Bytes
/
Copy path__manifest__.py
File metadata and controls
20 lines (19 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2021 Lorenzo Battistini @ TAKOBI
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Currency Rate Update: Banca d'Italia",
"version": "18.0.1.0.0",
"category": "Financial Management/Configuration",
"summary": "Update exchange rates using www.bancaditalia.it",
"author": "TAKOBI, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"maintainers": ["eLBati"],
"license": "AGPL-3",
"installable": True,
"application": False,
"depends": [
"account",
"currency_rate_update",
],
"pre_init_hook": "pre_absorb_old_module",
}