[IMP] Improved product name in yml files

bzr revid: pso@tinyerp.com-20120724072036-w53xe0qfi3n37hmz
This commit is contained in:
pso (OpenERP) 2012-07-24 12:50:36 +05:30
parent 5d8c9f6bf3
commit d34a43a12e
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
-
I first confirm order for PC Assemble + 2GB RAM.
I first confirm order for PC Assemble SC349.
-
!workflow {model: mrp.production, action: button_confirm, ref: mrp_production_test1}
-

View File

@ -1,5 +1,5 @@
-
I create Production Order of PC Assemble + 2GB RAM to produce 5.0 Unit.
I create Production Order of PC Assemble SC349 to produce 5.0 Unit.
-
!record {model: mrp.production, id: mrp_production_test1}:
product_id: product.product_product_4

View File

@ -104,7 +104,7 @@
assert shipment_procurement.location_id.id == order.location_src_id.id, "Location is not correspond in procurement."
assert shipment_procurement.procure_method == order_line.product_id.procure_method, "Procure method is not correspond in procurement."
-
I change production qty with 3 PC Assemble + 2GB RAM.
I change production qty with 3 PC Assemble SC349.
-
!python {model: change.production.qty}: |
context.update({'active_id': ref('mrp_production_test1')})