mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
fixup! Simplified exceptions in case inventory is not validated or inventory's location doesn't have a putaway strategy
16 lines
552 B
Python
16 lines
552 B
Python
# Copyright 2016-18 Akretion
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Stock Generate Putaway from Inventory",
|
|
"summary": "Generate Putaway locations per Product deduced from Inventory",
|
|
"version": "12.0.1.0.0",
|
|
"author": "Akretion, Odoo Community Association (OCA)",
|
|
"category": "Warehouse",
|
|
"depends": ["stock"],
|
|
"license": "AGPL-3",
|
|
"data": ["views/stock_inventory.xml"],
|
|
"installable": True,
|
|
"maintainers": ["pierrickbrun", "bealdav", "sebastienbeau", "kevinkhao"],
|
|
}
|