diff --git a/tests/scenario_production_operation.rst b/tests/scenario_production_operation.rst index 62ee8d4..ed36f13 100644 --- a/tests/scenario_production_operation.rst +++ b/tests/scenario_production_operation.rst @@ -142,7 +142,7 @@ Create Bill of Material:: >>> input2 = bom.inputs.new() >>> input2.product = component2 >>> input2.quantity = 150 - >>> input2.uom = centimeter + >>> input2.unit = centimeter >>> output = BOMOutput() >>> output = bom.outputs.new() >>> output.product = product diff --git a/view/production_form.xml b/view/production_form.xml index ab4db23..907655f 100644 --- a/view/production_form.xml +++ b/view/production_form.xml @@ -7,7 +7,7 @@ - +