forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
24 lines (22 loc) · 760 Bytes
/
__manifest__.py
File metadata and controls
24 lines (22 loc) · 760 Bytes
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 2018 Lorenzo Battistini
# Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# Copyright 2019 Simone Rubino - Agile Business Group
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "ITA - Fattura elettronica - Integrazione acquisti",
"summary": "Modulo ponte tra ricezione fatture elettroniche e acquisti",
"version": "14.0.1.0.0",
"category": "Hidden",
"author": "Agile Business Group, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"license": "AGPL-3",
"depends": [
"l10n_it_fatturapa_in",
"purchase",
],
"data": [
"views/invoice_view.xml",
],
"installable": True,
"auto_install": True,
}