For my module I need to create a couple of default products. But I’m having difficulty figuring out how to lookup the uofm field from my product template definition I just put in eval="16" and that evaluates to Foot but there must be another way to do this. I looked here but didn’t see anything I could use to do this. Is it possible?
<tryton>
<data>
<record model="product.template" id="yc-dockerage-fee">
<field name="name">My Fee</field>
<field name="code">my-fee</field>
<field name="type">goods</field>
<field name="default_uom" eval="16"/>
</record>...