Files
stock-logistics-warehouse/stock_route_mto/__manifest__.py
2024-09-13 17:12:50 +02:00

18 lines
540 B
Python

# Copyright 2022 ACSONE SA/NV
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Stock Route Mto",
"summary": """
Allows to identify MTO routes through a checkbox and availability to filter them.""",
"version": "14.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"depends": ["stock"],
"data": [
"data/stock_route.xml",
"views/stock_route.xml",
],
}