forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
26 lines (26 loc) · 933 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
# Copyright 2020 Simone Rubino - Agile Business Group
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "ITA - Fattura elettronica - Integrazione vendite",
"summary": "Aggiunge alcuni dati per la "
"fatturazione elettronica nell'ordine di vendita",
"version": "12.0.1.1.4",
"website": "https://github.com/OCA/l10n-italy"
"/tree/12.0/l10n_it_fatturapa_sale",
"author": "Agile Business Group, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Hidden",
"auto_install": True,
"depends": [
"l10n_it_fatturapa",
"sale_management",
],
"excludes": ["sale_order_action_invoice_create_hook"],
"data": [
"security/ir.model.access.csv",
"views/related_document_type_views.xml",
"views/sale_order_line_views.xml",
"views/sale_order_views.xml",
],
}