mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
24 lines
807 B
Python
24 lines
807 B
Python
# Copyright 2019 Eficent Business and IT Consulting Services S.L.
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Stock Request Tier Validation",
|
|
"summary": "Extends the functionality of Stock Requests to "
|
|
"support a tier validation process.",
|
|
"version": "12.0.1.0.0",
|
|
"category": "Warehouse Management",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"author": "Eficent, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": [
|
|
"stock_request",
|
|
"base_tier_validation",
|
|
],
|
|
"data": [
|
|
"data/stock_request_tier_definition.xml",
|
|
"views/stock_request_order_view.xml",
|
|
"views/stock_request_view.xml",
|
|
],
|
|
}
|