mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-20 07:31:59 +02:00
21 lines
715 B
Python
21 lines
715 B
Python
# Copyright (c) 2019 Open Source Integrators
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
"name": "Stock Requests Direction",
|
|
"summary": "From or to your warehouse?",
|
|
"version": "16.0.1.0.0",
|
|
"license": "LGPL-3",
|
|
"website": "https://github.com/OCA/stock-logistics-request",
|
|
"author": "Open Source Integrators, Odoo Community Association (OCA)",
|
|
"category": "Warehouse Management",
|
|
"depends": ["stock_request"],
|
|
"data": [
|
|
"views/res_config_settings.xml",
|
|
"views/stock_request_views.xml",
|
|
"views/stock_request_order_views.xml",
|
|
],
|
|
"application": False,
|
|
"development_status": "Beta",
|
|
"maintainers": ["max3903"],
|
|
}
|