mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
16 lines
645 B
Python
16 lines
645 B
Python
# Copyright 2018-20 ForgeFlow S.L. (https://www.forgeflow.com)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Stock Orderpoint Manual Procurement UoM",
|
|
"summary": "Glue module for stock_orderpoint_uom and "
|
|
"stock_orderpoint_manual_procurement",
|
|
"version": "13.0.1.0.0",
|
|
"author": "Eficent, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"category": "Warehouse Management",
|
|
"depends": ["stock_orderpoint_uom", "stock_orderpoint_manual_procurement"],
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"application": False,
|
|
}
|