Files
stock-logistics-warehouse/stock_picking_cancel_confirm/__manifest__.py
2021-06-16 07:04:56 +00:00

16 lines
516 B
Python

# Copyright 2020 Ecosoft Co., Ltd. (http://ecosoft.co.th)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Stock Picking Cancel Confirm",
"version": "14.0.1.0.1",
"author": "Ecosoft,Odoo Community Association (OCA)",
"category": "Usability",
"license": "AGPL-3",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"depends": ["base_cancel_confirm", "stock"],
"auto_install": False,
"installable": True,
"maintainers": ["kittiu"],
}