Files
stock-logistics-warehouse/stock_orderpoint_origin/__manifest__.py
2023-11-06 12:54:11 +00:00

14 lines
562 B
Python

# Copyright 2021 Open Source Integrators
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
{
"name": "Stock Orderpoint Replenishment demand origin details",
"summary": "Link Purchase Orders to the replenishment demand Sales Orders",
"version": "14.0.1.0.2",
"license": "LGPL-3",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"author": "Open Source Integrators, Odoo Community Association (OCA)",
"category": "Warehouse",
"depends": ["purchase_stock", "sale_stock"],
"installable": True,
}