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.

18 lines
631 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (C) 2017 - Today: GRAP (http://www.grap.coop)
  4. @author Sylvain LE GAL (https://twitter.com/legalsylvain)
  5. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. -->
  7. <odoo>
  8. <record id="product_price_to_weight_barcode" model="product.product">
  9. <field name="name">Apples (with Price To Weight Barcode)</field>
  10. <field name="barcode">0212345000007</field>
  11. <field name="list_price">1.50</field>
  12. <field name="uom_id" ref="product.product_uom_kgm"/>
  13. <field name="uom_po_id" ref="product.product_uom_kgm"/>
  14. </record>
  15. </odoo>