mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
32 lines
1.2 KiB
Python
32 lines
1.2 KiB
Python
# Copyright 2018 Creu Blanca
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
"name": "Stock Request kanban",
|
|
"version": "14.0.1.1.3",
|
|
"category": "Warehouse Management",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"author": "Creu Blanca, ForgeFlow, Odoo Community Association (OCA)",
|
|
"license": "LGPL-3",
|
|
"summary": "Adds a stock request order, and takes stock requests as lines",
|
|
"depends": ["stock_request", "barcodes"],
|
|
"data": [
|
|
"data/stock_request_sequence_data.xml",
|
|
"report/report_paper_format.xml",
|
|
"wizard/wizard_stock_inventory_kanban_views.xml",
|
|
"wizard/wizard_stock_request_kanban_views.xml",
|
|
"wizard/wizard_stock_request_order_kanban_views.xml",
|
|
"views/stock_request_order_views.xml",
|
|
"views/stock_request_kanban_views.xml",
|
|
"views/stock_inventory_kanban_views.xml",
|
|
"views/stock_request_menu.xml",
|
|
"views/stock_request_views.xml",
|
|
"views/product_views.xml",
|
|
"report/stock_request_kanban_templates.xml",
|
|
"security/ir.model.access.csv",
|
|
],
|
|
"qweb": ["static/src/xml/stock_request_kanban_scan.xml"],
|
|
"installable": True,
|
|
"application": False,
|
|
}
|