forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
24 lines (23 loc) · 864 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
# 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": "16.0.1.0.2",
"development_status": "Beta",
"category": "Localization/Italy",
"website": "https://github.com/OCA/l10n-italy",
"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",
],
}