Files
stock-logistics-warehouse/stock_generate_putaway_from_inventory/__manifest__.py
Kevin Khao ef0ef6d115 [ADD][12.0] stock_generate_putaway_from_inventory: Add to 12.0
fixup! Simplified exceptions in case inventory is not validated or inventory's location doesn't have a putaway strategy
2021-06-02 16:47:16 +02:00

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"],
}