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
459 B
14 lines
459 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('product.product_uom_unit'),
|
|
ref('product.product_uom_hour'),
|
|
ref('product.product_uom_lb'),
|
|
ref('product.product_uom_inch'),
|
|
ref('product.product_uom_floz'),
|
|
])]" />
|
|
</record>
|
|
|
|
</odoo>
|