mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
14 lines
562 B
Python
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,
|
|
}
|