mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
17 lines
549 B
Python
17 lines
549 B
Python
# Copyright 2019 ForgeFlow, S.L.
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
"name": "Stock Orderpoint Move Link",
|
|
"summary": "Link Reordering rules to stock moves",
|
|
"version": "14.0.1.0.2",
|
|
"license": "LGPL-3",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"category": "Warehouse Management",
|
|
"depends": ["stock"],
|
|
"data": ["views/stock_move_views.xml"],
|
|
"installable": True,
|
|
"auto_install": False,
|
|
}
|