mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
18 lines
642 B
Python
18 lines
642 B
Python
# Copyright 2019 Camptocamp SA
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
|
|
{
|
|
"name": "Stock Picking Completion Info",
|
|
"summary": "Display on current document completion information according "
|
|
"to next operations",
|
|
"version": "13.0.1.1.0",
|
|
"development_status": "Alpha",
|
|
"category": "Warehouse Management",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": ["stock_move_common_dest"],
|
|
"data": ["views/stock_picking.xml"],
|
|
}
|