Files
stock-logistics-warehouse/stock_orderpoint_route/__manifest__.py
2022-05-10 13:06:07 +00:00

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