forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
53 lines (46 loc) · 1.64 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
51
52
53
# 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'
'/tree/12.0/l10n_it_delivery_note',
'version': '12.0.1.2.1',
'category': "Localization",
'license': 'AGPL-3',
'maintainers': ['As400it'],
'depends': [
'delivery',
'l10n_it_delivery_note_base',
'mail',
'sale_stock',
'stock_account'
],
'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_invoice.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',
'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'
]
}