You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
439 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="base.lang_en" model="res.lang">
<field name="default_uom_ids" eval="[(6, 0, [
ref('uom.product_uom_unit'),
ref('uom.product_uom_hour'),
ref('uom.product_uom_lb'),
ref('uom.product_uom_inch'),
ref('uom.product_uom_floz'),
])]" />
</record>
</odoo>