-
-
Notifications
You must be signed in to change notification settings - Fork 307
/
Copy path__manifest__.py
29 lines (28 loc) · 989 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 2017 Davide Corio
# Copyright 2017 Alex Comba - Agile Business Group
# Copyright 2017 Lorenzo Battistini - Agile Business Group
# Copyright 2017 Marco Calcagni - Dinamiche Aziendali srl
# Copyright 2023 Simone Rubino - TAKOBI
# Copyright 2023 Matteo Mircoli - Openforce srls
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpg).
{
"name": "ITA - Inversione contabile",
"version": "16.0.1.0.5",
"category": "Localization/Italy",
"summary": "Inversione contabile",
"author": "Odoo Italia Network, Odoo Community Association (OCA)",
"license": "LGPL-3",
"website": "https://github.com/OCA/l10n-italy",
"depends": [
"account",
],
"data": [
"security/ir.model.access.csv",
"data/rc_type.xml",
"views/account_move_views.xml",
"views/account_fiscal_position_view.xml",
"views/account_rc_type_view.xml",
"security/reverse_charge_security.xml",
],
"installable": True,
}