mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
16 lines
572 B
Python
16 lines
572 B
Python
# Copyright 2021 Tecnativa - Sergio Teruel
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Stock Picking Package Groups",
|
|
"summary": "Allow create package (put in pack) from pickings "
|
|
"depending on grouping criteria.",
|
|
"version": "13.0.1.0.1",
|
|
"category": "Stock",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"depends": ["stock"],
|
|
"data": ["views/stock_picking_type_views.xml"],
|
|
}
|