Files
stock-logistics-warehouse/stock_picking_show_linked/__manifest__.py
2022-07-27 07:49:02 +00:00

19 lines
677 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": "13.0.1.0.2",
"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,
}