-
-
Notifications
You must be signed in to change notification settings - Fork 344
Expand file tree
/
Copy path__manifest__.py
More file actions
21 lines (20 loc) · 710 Bytes
/
Copy path__manifest__.py
File metadata and controls
21 lines (20 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2018 Gianmarco Conte (gconte@dinamicheaziendali.it)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "ITA - Libro giornale - Reportlab",
"version": "18.0.1.2.1",
"development_status": "Beta",
"category": "Localization/Italy",
"author": "Gianmarco Conte - Dinamiche Aziendali srl, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"license": "AGPL-3",
"maintainers": ["MarcoCalcagni", "Borruso"],
"depends": ["account", "date_range"],
"data": [
"security/ir.model.access.csv",
"wizard/print_giornale.xml",
"views/date_range_view.xml",
],
"installable": True,
}