forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
30 lines (29 loc) · 921 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
# 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': '12.0.2.1.7',
'category': 'Account',
'author': 'Openforce, Odoo Italia Network, '
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/l10n-italy'
'/tree/12.0/l10n_it_withholding_tax',
'license': 'AGPL-3',
"depends": [
'account',
'l10n_it_fatturapa',
],
"data": [
'views/account.xml',
'views/report_invoice.xml',
'views/withholding_tax.xml',
'security/ir.model.access.csv',
'security/security.xml',
],
'qweb': [
"static/src/xml/account_payment.xml",
],
"installable": True
}