17 lines
459 B
Python
17 lines
459 B
Python
{
|
|
"name": "Product Create Stock Picking",
|
|
"category": "Warehouse",
|
|
"summary": "Add an action to create a stock picking from a selection of products.",
|
|
"version": "16.0.1.0.0",
|
|
"author": "Criptomart",
|
|
"license": "AGPL-3",
|
|
"description": """
|
|
|
|
Add an action to create a stock picking from a selection of products.
|
|
|
|
""",
|
|
"depends": ["stock"],
|
|
"data": ["data/data.xml"],
|
|
"installable": True,
|
|
"application": False,
|
|
}
|