424
424
(_check_uniqueness, 'You cannot have two times the same product on the same order cycle rule', ['product_id'])
427
def onchange_uom_qty(self, cr, uid, ids, uom_id, qty):
431
res = self.pool.get('product.uom')._change_round_up_qty(cr, uid, uom_id, qty, 'safety_stock', result=res)
427
435
def product_change(self, cr, uid, ids, product_id=False, context=None):