forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
__manifest__.py
50 lines (49 loc) · 1.71 KB
/
__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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Copyright 2014-2019 Dinamiche Aziendali srl
# (http://www.dinamicheaziendali.it/)
# @author: Marco Calcagni <[email protected]>
# @author: Gianmarco Conte <[email protected]>
# Copyright (c) 2019, Link IT Europe Srl
# @author: Matteo Bilotta <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# noinspection PyStatementEffect
{
"name": "ITA - Documento di trasporto",
"summary": "Crea, gestisce e fattura i DDT partendo dalle consegne",
"author": "Marco Calcagni, Gianmarco Conte, Link IT Europe Srl, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"version": "14.0.2.5.0",
"category": "Localization/Italy",
"license": "AGPL-3",
"maintainers": ["MarcoCalcagni"],
"depends": [
"delivery",
"l10n_it_delivery_note_base",
"mail",
"sale_stock",
"stock_account",
"portal",
"product",
],
"data": [
"security/ir.model.access.csv",
"security/ir_rule.xml",
"security/res_groups.xml",
"security/res_users.xml",
"report/report_delivery_note.xml",
"views/account_move.xml",
"views/assets.xml",
"views/res_config_settings.xml",
"views/res_partner.xml",
"views/sale_order.xml",
"views/stock_delivery_note.xml",
"views/stock_picking.xml",
"views/portal_templates.xml",
"views/portal_my_delivery_notes.xml",
"wizard/delivery_note_create.xml",
"wizard/delivery_note_invoice.xml",
"wizard/delivery_note_select.xml",
"wizard/delivery_note_template.xml",
"wizard/sale_advance_payment_inv.xml",
],
}