112
112
# the move should be canceled
113
113
assert move.state == 'cancel', 'the out move product B should be canceled - cancel - %s'%move.state
114
114
# check the sale order, it should be manually corrected
117
117
assert not a_qty, 'Quantity for product A is not empty - %s'%a_qty
118
118
assert not b_qty, 'Quantity for product B is not empty - %s'%b_qty