mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
15 lines
564 B
Python
15 lines
564 B
Python
# Copyright 2019 ForgeFlow, S.L.
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
|
{
|
|
"name": "Stock Orderpoint Route",
|
|
"summary": "Allows to force a route to be used when procuring from orderpoints",
|
|
"version": "14.0.1.1.1",
|
|
"license": "LGPL-3",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"author": "ForgeFlow, Camptocamp, Odoo Community Association (OCA)",
|
|
"category": "Warehouse",
|
|
"depends": ["stock"],
|
|
"data": ["views/stock_warehouse_orderpoint_views.xml"],
|
|
"installable": True,
|
|
}
|