fix scenario

This commit is contained in:
?ngel ?lvarez 2017-03-03 17:21:05 +01:00
parent 6c3e604c1b
commit f2bcc67646
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ Configuration production location::
>>> warehouse.production_location = production_location
>>> warehouse.save()
Create a route with two operations on different work center::
Create a route with two operations on diferent work center::
>>> ProductUom = Model.get('product.uom')
>>> Route = Model.get('production.route')
@ -241,4 +241,4 @@ Make a production::
>>> production.state
u'done'
>>> production.cost
Decimal('100.0000')
Decimal('90.0000')