[IMP]: mrp: Added test to unlink production order

bzr revid: rpa@tinyerp.com-20111018110248-zq2kcsd08r7uvl9s
This commit is contained in:
Rucha (Open ERP) 2011-10-18 16:32:48 +05:30
parent 278225b8df
commit 83839920a2
1 changed files with 4 additions and 0 deletions

View File

@ -22,3 +22,7 @@
-
!assert {model: mrp.production, id: mrp_production_order2}:
- state == 'cancel'
-
I remove this production order.
-
!delete {model: mrp.production, id: mrp_production_order2}