In the UoM form view specify the number of decimal places that
should be displayed for each unit of Measure:
.. image:: ../static/description/UoMDecimalPlaces.png
:alt: Decimal Places in UoM form view
In the view declaration, put widget='uom' attribute in the field tag::
...
...
...
...
...
Widget Options::
...
...
...
...
If the UoM field in the model is not declared under the name uom_id, the
option uom_field must be specified with the appropriate field name.