forked from OCA/stock-logistics-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
25 lines (24 loc) · 845 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
# Copyright 2024 Moduon Team S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0)
{
"name": "Stock Picking Batch Print Pickings",
"summary": "Print Picking from Stock Picking Batch",
"version": "16.0.1.0.2",
"development_status": "Alpha",
"category": "Inventory/Inventory",
"website": "https://github.com/OCA/stock-logistics-workflow",
"author": "Moduon, Odoo Community Association (OCA)",
"maintainers": ["EmilioPascual"],
"license": "LGPL-3",
"application": False,
"installable": True,
"depends": [
"stock_picking_batch",
],
"data": [
"views/stock_picking_type_views.xml",
"views/stock_picking_batch_views.xml",
"views/report_picking_batch_print_pickings.xml",
"report/stock_picking_batch_print_pickings_report.xml",
],
}