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.

11 lines
333 B

  1. <!-- Copyright 2017, Grap
  2. License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
  3. <odoo>
  4. <record model="uom.uom" id="uom_uom_to_weigh">
  5. <field name="name">Demo - New Uom To Weigh</field>
  6. <field name="category_id" ref="pos_to_weight_by_product_uom.uom_category_to_weigh"/>
  7. </record>
  8. </odoo>