mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
16 lines
524 B
Python
16 lines
524 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 Request 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_request"],
|
|
"auto_install": False,
|
|
"installable": True,
|
|
"maintainers": ["kittiu"],
|
|
}
|