Skip to content

Commit 3f52ec1

Browse files
committed
[IMP] shopfloor_reception_product_dimension_mobile: Add weight uom
As operator should know in which unit of measure the weight should be filled in, add the weight uom as suffix
1 parent 483c222 commit 3f52ec1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shopfloor_reception_product_dimension_mobile/static/src/scenario/reception_product_dimension.js

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ const new_template =
5757
label="Weight"
5858
type="number"
5959
placeholder="Product Weight"
60+
:suffix="state.data.product.weight_uom.name"
6061
v-model="state.data.product.weight"
6162
></v-text-field>
6263
</v-row>

0 commit comments

Comments
 (0)