-
-
Notifications
You must be signed in to change notification settings - Fork 344
Expand file tree
/
Copy path__manifest__.py
More file actions
21 lines (21 loc) · 711 Bytes
/
Copy path__manifest__.py
File metadata and controls
21 lines (21 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2021 Simone Vanin - Agile Business Group
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
"name": "Product Customer code and name for delivery note",
"version": "18.0.1.0.0",
"author": "Agile Business Group, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"license": "AGPL-3",
"category": "Stock",
"maintainers": ["aleuffre", "renda-dev", "PicchiSeba"],
"depends": [
"product_customerinfo_picking",
"l10n_it_delivery_note",
],
"data": [
"report/report_delivery_note.xml",
"views/stock_delivery_note_views.xml",
],
"installable": True,
"auto_install": True,
}