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.

16 lines
701 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <record id="product_product_returnable_bottle" model="product.product">
  4. <field name="name">Returnable Bottle</field>
  5. <field name="default_code">RET-BOTL</field>
  6. <field name="categ_id" ref="product.product_category_all" />
  7. <field name="uom_id" ref="uom.product_uom_unit" />
  8. <field name="sale_ok" eval="True" />
  9. <field name="available_in_pos" eval="True" />
  10. <field name="pos_allow_negative_qty" eval="True" />
  11. <field name="list_price" eval="0.20" />
  12. <field name="image" type="base64" file="pos_order_return/static/img/product_returnable_bottle-image.jpg"/>
  13. </record>
  14. </odoo>