update production
This commit is contained in:
parent
8049d555f2
commit
0bfc36b7c2
@ -40,7 +40,6 @@ class Production(metaclass=PoolMeta):
|
|||||||
quantity = Uom.compute_qty(input_.uom, quantity,
|
quantity = Uom.compute_qty(input_.uom, quantity,
|
||||||
input_.product.default_uom, round=False)
|
input_.product.default_uom, round=False)
|
||||||
else:
|
else:
|
||||||
raise UserError(str('problemas'))
|
|
||||||
quantity = input_.compute_quantity(factor)
|
quantity = input_.compute_quantity(factor)
|
||||||
move = self._explode_move_values(
|
move = self._explode_move_values(
|
||||||
self.picking_location, self.location, self.company,
|
self.picking_location, self.location, self.company,
|
||||||
|
Loading…
Reference in New Issue
Block a user