[IMP] step description in test/mrp_production_properties.yml

This commit is contained in:
Alex Comba
2014-05-09 14:20:19 +02:00
parent 289b22459b
commit 4416fd4274

View File

@@ -99,7 +99,7 @@
proc_ids = self.search(cr, uid, [('origin','=',so.name) and ('state','=','running')])
assert proc_ids, 'Procurement is not in the running state!'
-
I verify that a manufacturing order has been generated, and its properties are matching
I verify that a manufacturing order has been generated, and its properties are matching with those on the sale order line
-
!python {model: sale.order}: |
mnf_obj = self.pool.get('mrp.production')