-
-
Notifications
You must be signed in to change notification settings - Fork 306
/
__manifest__.py
31 lines (30 loc) · 990 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
30
31
# Copyright 2015 Alessandro Camilli (<http://www.openforce.it>)
# Copyright 2018 Lorenzo Battistini (https://github.com/eLBati)
# Copyright 2019 Giovanni - GSLabIt
# Copyright 2022 Marco Colombo - <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "ITA - Ritenute d'acconto",
"version": "16.0.1.1.6",
"category": "Account",
"author": "Openforce, Odoo Italia Network, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"license": "AGPL-3",
"depends": [
"account",
],
"data": [
"views/account.xml",
"views/withholding_tax.xml",
"views/report_invoice.xml",
"security/ir.model.access.csv",
"security/security.xml",
],
"assets": {
"web.assets_backend": [
"l10n_it_withholding_tax/static/src/components/**/*",
],
},
"installable": True,
"development_status": "Beta",
}