[FIX]: event_sale: Fixed wrong reference in event_sale yml

bzr revid: rpa@tinyerp.com-20120716061447-qu8h7uwtgra9i1xh
This commit is contained in:
Rucha (Open ERP) 2012-07-16 11:44:47 +05:30
parent ebdc1ee396
commit 0fbc2290f2
1 changed files with 2 additions and 2 deletions

View File

@ -36,11 +36,11 @@
- -
I confirm the sale order I confirm the sale order
- -
!workflow {model: sale.order, ref: order, action: order_confirm} !workflow {model: sale.order, ref: order1, action: order_confirm}
- -
I check if the sale order is confirmed I check if the sale order is confirmed
- -
!assert {model: sale.order, id: order}: !assert {model: sale.order, id: order1}:
- state == 'manual' - state == 'manual'
- -
I check if a registration is created I check if a registration is created