raiseUserError(_("You cannot change the unit of measure of a product that has already been used in a done stock move. If you need to change the unit of measure, you may deactivate this product."))
raiseUserError(_("You cannot change the unit of measure as there are already stock moves for this product. If you want to change the unit of measure, you should rather archive this product and create a new one."))
raiseUserError(_('Conversion from Product UoM %s to Default UoM %s is not possible as they both belong to different Category!.')%(self.name,to_unit.name))
raiseUserError(_('The unit of measure %s defined on the order line doesn\'t belong to the same category than the unit of measure %s defined on the product. Please correct the unit of measure defined on the order line or on the product, they should belong to the same category.')%(self.name,to_unit.name))