-
-
Notifications
You must be signed in to change notification settings - Fork 344
Expand file tree
/
Copy path__manifest__.py
More file actions
25 lines (24 loc) · 839 Bytes
/
Copy path__manifest__.py
File metadata and controls
25 lines (24 loc) · 839 Bytes
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
# Copyright 2021 Marco Colombo (<https://github/TheMule71)
# Copyright 2024 Simone Rubino - Aion Tech
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "ITA - Data competenza IVA",
"version": "18.0.1.0.1",
"category": "Localization/Italy",
"summary": "Settlement date for VAT Statement",
"license": "AGPL-3",
"author": "Marco Colombo, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy"
"/tree/18.0/l10n_it_vat_settlement_date",
"depends": [
"account",
"account_tax_balance",
"l10n_it_account_vat_period_end_settlement",
"l10n_it_vat_registries",
"l10n_it_vat_settlement_communication",
],
"data": [
"views/account_move_views.xml",
"reports/report_registro_iva.xml",
],
}