forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
29 lines (28 loc) · 1011 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 2013-2017 Agile Business Group sagl (http://www.agilebg.com)
# Copyright 2013-2017 Alex Comba <[email protected]>
# Copyright 2013-2017 Lorenzo Battistini <https://github.com/eLBati>
# Copyright 2017 CQ Creativi Quadrati (http://www.creativiquadrati.it)
# Copyright 2017 Diego Bruselli <[email protected]>
# Copyright 2022 Simone Rubino - TAKOBI
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "ITA - Bolle doganali",
"version": "14.0.1.0.1",
"category": "Localization/Italy",
"author": "Agile Business Group, CQ Creativi Quadrati, TAKOBI, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy" "/tree/12.0/l10n_it_bill_of_entry",
"license": "AGPL-3",
"depends": [
"base",
"account",
],
"data": [
"views/company_view.xml",
"views/account_invoice_view.xml",
],
"demo": [
"demo/bill_of_entry_demo.xml",
],
"installable": True,
}