forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
37 lines (34 loc) · 1.39 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
# 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).
# Copyright 2015 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# noinspection PyStatementEffect
{
'name': "ITA - Documento di trasporto - Base",
'summary': "Crea e gestisce tabelle principali per gestire i DDT",
'author': "Marco Calcagni, Gianmarco Conte, Link IT Europe Srl, "
"Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/l10n-italy'
'/tree/12.0/l10n_it_delivery_note_base',
'version': '12.0.1.0.1',
'category': "Localization",
'license': 'AGPL-3',
'maintainers': ['As400it'],
'depends': ['base'],
'data': [
'data/delivery_note_data.xml',
'security/ir_module_category.xml',
'security/ir_rule.xml',
'security/res_groups.xml',
'security/res_users.xml',
'views/stock_delivery_note_type.xml',
'views/stock_picking_goods_appearance.xml',
'views/stock_picking_transport_condition.xml',
'views/stock_picking_transport_method.xml',
'views/stock_picking_transport_reason.xml'
]
}