forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
__manifest__.py
29 lines (28 loc) · 890 Bytes
/
__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
28
29
# Copyright 2015 Alessandro Camilli (<http://www.openforce.it>)
# Copyright 2018 Lorenzo Battistini (https://github.com/eLBati)
# Copyright 2019 Giovanni - GSLabIt
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "ITA - Ritenute d'acconto",
"version": "14.0.1.1.3",
"category": "Account",
"author": "Openforce, Odoo Italia Network, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"license": "AGPL-3",
"depends": [
"account",
"l10n_it_fatturapa",
],
"data": [
"views/account.xml",
"views/withholding_tax.xml",
"views/report_invoice.xml",
"security/ir.model.access.csv",
"security/security.xml",
],
"qweb": [
"static/src/xml/account_payment.xml",
],
"installable": True,
"development_status": "Beta",
}