-
-
Notifications
You must be signed in to change notification settings - Fork 344
Expand file tree
/
Copy path__manifest__.py
More file actions
25 lines (24 loc) · 830 Bytes
/
Copy path__manifest__.py
File metadata and controls
25 lines (24 loc) · 830 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
25
# Copyright (c) 2019, Openindustry.it Sas
# @author: Andrea Piovesana <andrea.m.piovesana@gmail.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# noinspection PyStatementEffect
{
"name": "ITA - Documento di trasporto - Collegamento con ordine di "
"vendita/acquisto",
"summary": "Crea collegamento tra i DDT e ordine di vendita/acquisto",
"author": "Openindustry.it Sas, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"version": "18.0.1.0.0",
"license": "AGPL-3",
"maintainers": ["andreampiovesana"],
"category": "Localization/Italy",
"depends": [
"purchase_stock",
"sale_stock",
"l10n_it_delivery_note",
],
"data": [
"views/purchase_order.xml",
"views/sale_order.xml",
],
}