mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
20 lines
698 B
Python
20 lines
698 B
Python
# Copyright 2018-20 ForgeFlow S.L. (https://www.forgeflow.com)
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
"name": "Stock Orderpoint Purchase Link",
|
|
"summary": "Link Reordering rules to purchase orders",
|
|
"version": "14.0.1.0.0",
|
|
"license": "LGPL-3",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"category": "Warehouse Management",
|
|
"depends": ["stock_orderpoint_move_link", "purchase_stock"],
|
|
"data": [
|
|
"views/purchase_order_views.xml",
|
|
"views/stock_warehouse_orderpoint_views.xml",
|
|
],
|
|
"installable": True,
|
|
"auto_install": True,
|
|
}
|