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.

10 lines
380 B

  1. <!-- Copyright 2017, Grap
  2. License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
  3. <openerp><data>
  4. <record model="product.uom" id="product_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.product_uom_categ_to_weigh"/>
  7. </record>
  8. </data></openerp>