Files
stock-logistics-warehouse/stock_picking_show_linked/__manifest__.py
2022-06-28 08:42:00 +00:00

21 lines
692 B
Python

# Copyright 2022 ForgeFlow S.L. (https://www.forgeflow.com)
# Part of ForgeFlow. See LICENSE file for full copyright and licensing details.
{
"name": "Stock Picking Show Linked",
"summary": """
This addon allows to easily access related pickings
(in the case of chained routes) through a button
in the parent picking view.
""",
"version": "14.0.1.0.1",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"depends": [
"stock",
],
"data": ["views/stock_picking.xml"],
"license": "AGPL-3",
"installable": True,
}