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) · 981 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 2019 Matteo Bilotta
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': "ITA - Ritenuta d'acconto - Pagamenti",
'summary': "Gestisce le ritenute sulle fatture e sui pagamenti",
'version': '12.0.1.0.1',
'development_status': "Beta",
'category': "Invoicing & Payments",
'website': 'https://github.com/OCA/l10n-italy'
'/tree/12.0/l10n_it_withholding_tax_payment',
'author': "Openforce, "
"Odoo Italia Network, "
"Odoo Community Association (OCA)",
'license': 'AGPL-3',
'application': False,
'installable': True,
'depends': [
'account',
'l10n_it_withholding_tax'
],
'data': [
'data/sequence.xml',
'security/ir.model.access.csv',
'security/security.xml',
'views/withholding_tax.xml',
'wizard/create_move_payment_view.xml',
]
}