Files
stock-logistics-warehouse/stock_quant_manual_assign/__openerp__.py
Laurent Bélorgey 9eab5e04fd [9.0][MIG] stock_manual_assign: Migration to 9.0
* Fix uom issue
* Convert move quantity in the default product uom to use the same uom as quant
2016-12-21 19:15:13 +01:00

24 lines
649 B
Python

# -*- coding: utf-8 -*-
# (c) 2015 Mikel Arregi - AvanzOSC
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Stock - Manual Quant Assignment",
"version": "9.0.1.0.0",
"category": "Warehouse Management",
"license": "AGPL-3",
"author": "OdooMRP team, "
"AvanzOSC, "
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
"Odoo Community Association (OCA)",
"website": "http://www.odoomrp.com",
"depends": [
"stock",
],
"data": [
"wizard/assign_manual_quants_view.xml",
"views/stock_move_view.xml",
],
"installable": True,
}