Files
stock-logistics-warehouse/stock_orderpoint_move_link/__manifest__.py
2020-01-06 17:17:34 +01:00

17 lines
577 B
Python

# Copyright 2019 Eficent Business and IT Consulting Services, 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": "13.0.1.0.0",
"license": "LGPL-3",
"website": "https://github.com/stock-logistics-warehouse",
"author": "Eficent, Odoo Community Association (OCA)",
"category": "Warehouse Management",
"depends": ["stock"],
"data": ["views/stock_move_views.xml"],
"installable": True,
"auto_install": False,
}