From f43234bc677ff32eb20f9adfa38e73d0c771a54d Mon Sep 17 00:00:00 2001 From: Albert Cervera i Areny Date: Wed, 13 Sep 2023 23:59:06 +0200 Subject: [PATCH] Rename Uom to Unit. --- tests/scenario_production_lot_cost.rst | 2 +- tests/scenario_production_lot_cost_with_output_lot.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scenario_production_lot_cost.rst b/tests/scenario_production_lot_cost.rst index 16616b6..a0f47d7 100644 --- a/tests/scenario_production_lot_cost.rst +++ b/tests/scenario_production_lot_cost.rst @@ -93,7 +93,7 @@ Create Bill of Material:: >>> bom.inputs.append(input2) >>> input2.product = component2 >>> input2.quantity = 150 - >>> input2.uom = centimeter + >>> input2.unit = centimeter >>> output = BOMOutput() >>> bom.outputs.append(output) >>> output.product = product diff --git a/tests/scenario_production_lot_cost_with_output_lot.rst b/tests/scenario_production_lot_cost_with_output_lot.rst index 0f86ece..11dd9a8 100644 --- a/tests/scenario_production_lot_cost_with_output_lot.rst +++ b/tests/scenario_production_lot_cost_with_output_lot.rst @@ -111,7 +111,7 @@ Create Bill of Material with infrastructure cost:: >>> bom.inputs.append(input2) >>> input2.product = component2 >>> input2.quantity = 150 - >>> input2.uom = centimeter + >>> input2.unit = centimeter >>> output = BOMOutput() >>> bom.outputs.append(output) >>> output.product = product