diff --git a/tests/scenario_product_cost_plan.rst b/tests/scenario_product_cost_plan.rst index aa9c463..e97a550 100644 --- a/tests/scenario_product_cost_plan.rst +++ b/tests/scenario_product_cost_plan.rst @@ -74,7 +74,7 @@ Create product:: Create Components:: >>> meter, = ProductUom.find([('name', '=', 'Meter')]) - >>> centimeter, = ProductUom.find([('name', '=', 'centimeter')]) + >>> centimeter, = ProductUom.find([('symbol', '=', 'cm')]) >>> templateA = ProductTemplate() >>> templateA.name = 'component A' >>> templateA.default_uom = meter