mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
19 lines
715 B
Python
19 lines
715 B
Python
# Copyright 2023 Ecosoft Co., Ltd. (https://ecosoft.co.th)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Stock Request Sequence Option",
|
|
"summary": "Manage sequence options for stock request",
|
|
"version": "14.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "Ecosoft, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"category": "Warehouse Management",
|
|
"depends": ["base_sequence_option", "stock_request"],
|
|
"data": ["data/stock_request_sequence_option.xml"],
|
|
"demo": ["demo/stock_request_demo_options.xml"],
|
|
"development_status": "Alpha",
|
|
"maintainers": ["ps-tubtim"],
|
|
"installable": True,
|
|
}
|