mirror of
https://github.com/NaN-tic/trytond-production_route.git
synced 2023-12-14 03:12:59 +01:00
Fix typo
This commit is contained in:
parent
cb0f097a1f
commit
c6c7cde196
1 changed files with 1 additions and 1 deletions
2
route.py
2
route.py
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue