-
-
Notifications
You must be signed in to change notification settings - Fork 306
/
__manifest__.py
27 lines (27 loc) · 1.02 KB
/
__manifest__.py
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
# Author(s): Andrea Colangelo ([email protected])
# Copyright 2018 Openforce Srls Unipersonale (www.openforce.it)
# Copyright 2018 Sergio Corato (https://efatto.it)
# Copyright 2018-2019 Lorenzo Battistini <https://github.com/eLBati>
# Copyright 2021 Ciro Urselli <https://github.com/CiroBoxHub>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "ITA - Fattura elettronica - Integrazione " "ritenuta",
"summary": "Modulo ponte tra emissione fatture elettroniche e ritenute.",
"version": "16.0.1.0.1",
"development_status": "Beta",
"category": "Hidden",
"website": "https://github.com/OCA/l10n-italy",
"author": "Sergio Corato, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": [
"l10n_it_fatturapa",
"l10n_it_fatturapa_out",
"l10n_it_withholding_tax",
"l10n_it_withholding_tax_reason",
],
"data": [
"views/account_invoice_it_dati_ritenuta.xml",
],
"installable": True,
"auto_install": True,
}