mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
* Fix uom issue * Convert move quantity in the default product uom to use the same uom as quant
24 lines
649 B
Python
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,
|
|
}
|