This commit is contained in:
Sergi Almacellas Abellana 2014-06-03 11:20:20 +02:00
parent cb0f097a1f
commit c6c7cde196

View file

@ -179,7 +179,7 @@ class RouteOperation(ModelSQL, ModelView):
'on_change_with_quantity_uom_digits')
quantity_uom_category = fields.Function(fields.Many2One(
'product.uom.category', 'Quantity UOM Category'),
'on_cange_with_quantity_uom_category')
'on_change_with_quantity_uom_category')
notes = fields.Text('Notes')
@staticmethod