Files
stock-logistics-warehouse/stock_location_route_description/__manifest__.py

16 lines
561 B
Python

# Copyright 2022 ForgeFlow S.L. (https://www.forgeflow.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
"name": "Stock Location Route Description",
"version": "13.0.1.0.0",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"summary": "Add description field on stock routes.",
"category": "Stock Management",
"depends": ["stock"],
"data": ["views/stock_location_route_views.xml"],
"installable": True,
"license": "AGPL-3",
}