-
-
Notifications
You must be signed in to change notification settings - Fork 344
Expand file tree
/
Copy path__manifest__.py
More file actions
48 lines (47 loc) · 1.6 KB
/
Copy path__manifest__.py
File metadata and controls
48 lines (47 loc) · 1.6 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Copyright 2011-2012 Domsense s.r.l. (<http://www.domsense.com>)
# Copyright 2012-17 Agile Business Group (<http://www.agilebg.com>)
# Copyright 2012-15 LinkIt Spa (<http://http://www.linkgroup.it>)
# Copyright 2015 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# Copyright 2021 Gianmarco Conte
# - Dinamiche Aziendali Srl (<www.dinamicheaziendali.it>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "ITA - Liquidazione IVA",
"version": "18.0.1.0.5",
"category": "Localization/Italy",
"summary": "Allow to create the 'VAT Settlement'.",
"license": "AGPL-3",
"author": "Agile Business Group, Odoo Community Association (OCA), LinkIt Spa",
"website": "https://github.com/OCA/l10n-italy",
"depends": [
"account",
"account_tax_balance",
"date_range",
"l10n_it_account",
"web",
],
"data": [
"wizard/add_period.xml",
"wizard/remove_period.xml",
"security/ir.model.access.csv",
"security/security.xml",
"report/reports.xml",
"views/report_vatperiodendstatement.xml",
"views/config.xml",
"views/account_view.xml",
],
"assets": {
"web.assets_backend": [
"l10n_it_account_vat_period_end_settlement/static/src/css/"
"l10n_it_account_vat_period_end_settlement.css",
],
},
"external_dependencies": {
"python": [
"openupgradelib",
],
},
"pre_init_hook": "pre_absorb_old_module",
"post_init_hook": "post_absorb_old_module",
"installable": True,
}