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