forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
32 lines (31 loc) · 977 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
30
31
32
# Copyright 2020 Marco Colombo <[email protected]>
# @author: Marco Colombo <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# noinspection PyStatementEffect
{
"name": "ITA - Documento di trasporto - Prelievo raggruppato",
"summary": "Crea i DDT partendo da gruppi di prelievi",
"author": "Marco Colombo, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy" "l10n_it_delivery_note_batch",
"version": "16.0.1.1.0",
"category": "Localization/Italy",
"license": "AGPL-3",
"maintainers": [
"MarcoCalcagni",
"TheMule71",
"Borruso",
"aleuffre",
"PicchiSeba",
"renda-dev",
],
"depends": [
"stock",
"stock_picking_batch",
"l10n_it_delivery_note",
],
"data": [
"views/stock_picking_batch_views.xml",
"views/stock_picking_views.xml",
],
"auto_install": True,
}