Files
stock-logistics-warehouse/stock_orderpoint_purchase_link/__manifest__.py
Pedro M. Baeza 6f6a8490e5 [IMP] stock_orderpoint_purchase_link: Add smart-button on orderpoints
We provide a link from the orderpoint to the involved purchase orders.

TT39644
2022-09-30 09:33:51 +02:00

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,
}