forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
__manifest__.py
28 lines (27 loc) · 949 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
# 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
# License LGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# Copyright 2023 Matteo Mircoli - Openforce srls
{
"name": "ITA - Inversione contabile",
"version": "14.0.1.2.7",
"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,
}