Files
stock-logistics-warehouse/stock_vertical_lift_server_env/__manifest__.py
Guewen Baconnier 3711267c4f Add stock_vertical_lift_server_env
Compatibility layer between server_environment and stock_vertical_lift
2020-08-27 11:50:34 +02:00

17 lines
605 B
Python

# Copyright 2020 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Vertical Lift - Server Environment",
"summary": "Server Environment layer for Vertical Lift",
"version": "13.0.1.0.0",
"category": "Stock",
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["stock_vertical_lift", "server_environment"], # OCA/server-env
"website": "https://github.com/OCA/stock-logistics-warehouse",
"data": [],
"installable": True,
"auto_install": True,
"development_status": "Alpha",
}