Skip to content

Commit

Permalink
[FIX] Update mrp test with fix for lp:1250053
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan@therp.nl committed Jul 2, 2014
1 parent 56c691d commit c2d2800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/mrp/test/bom_with_service_type_product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
-
!python {model: mrp.production}: |
order = self.browse(cr, uid, ref("mrp_production_servicetype_mo1"))
assert order.state == 'confirmed', "Production order should be confirmed."
assert order.state == 'ready', "Production order should be ready."
for move_line in order.move_lines:
move_line.action_consume(move_line.product_qty)
-
Expand Down

0 comments on commit c2d2800

Please sign in to comment.