I am working on QWEB as a Demo of my instance. I would like to know how I could insert a new field of UOM to display and select only "product.uom_categ_length"
New Field
Name: x_uom1
Type: Many2One
Relation: product.uom
Model: (The Model shall be)
Stored; Copied;
Insert the field on the VIEW of the model
<field name="x_uom1" class="oe_inline oe_no_button"/>
Current: It shows all the units
Expected: Show only the length and not creatable