~unifield-team/unifield-addons/sync-wm

« back to all changes in this revision

Viewing changes to procurement_list/test/procurement_list.yml

  • Committer: jf
  • Date: 2011-05-16 12:25:06 UTC
  • mfrom: (93.2.49 pa_219)
  • Revision ID: jf@tempo4-20110516122506-z79mm1wsb1rcvnlu
[MERGE] from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
386
386
-
387
387
  !python {model: procurement.list}: |
388
388
    for order in self.browse(cr, uid, ref('list3')).order_ids:
389
 
      assert order.state == 'approved', "PO state isn't confirmed"
390
 
    
 
 
b'\\ No newline at end of file'
 
389
      assert order.state in ('approved', 'confirmed'), "PO state isn't confirmed"
 
390