[FIX]: mrp_operations: Fixed reference in yml test

bzr revid: rpa@tinyerp.com-20120713065135-gcbam10knydj0yp7
This commit is contained in:
Rucha (Open ERP) 2012-07-13 12:21:35 +05:30
parent 80aae86228
commit db70ed4fb7
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
-
!record {model: mrp.production, id: mrp_production_op}:
location_src_id: stock.stock_location_stock
product_id: product.product_product_10
product_id: product.product_product_5
product_qty: 5.0
allow_reorder: True
-
!record {model: mrp.production, id: mrp_production_op1}:
location_src_id: stock.stock_location_stock
product_id: product.product_product_10
product_id: product.product_product_5
product_qty: 2.0
-
!function {model: mrp.production, name: action_compute, id: mrp_production_op1}: