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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <record id="base.lang_en" model="res.lang">
  4. <field name="default_uom_ids" eval="[(6, 0, [
  5. ref('product.product_uom_unit'),
  6. ref('product.product_uom_hour'),
  7. ref('product.product_uom_lb'),
  8. ref('product.product_uom_inch'),
  9. ref('product.product_uom_floz'),
  10. ])]" />
  11. </record>
  12. </odoo>