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.

17 lines
590 B

  1. <?xml version="1.0"?>
  2. <!-- Copyright 2016-2018 Sylvain LE GAL (https://twitter.com/legalsylvain)
  3. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).-->
  4. <odoo>
  5. <record id="view_product_template_form" model="ir.ui.view">
  6. <field name="model">product.template</field>
  7. <field name="inherit_id" ref="point_of_sale.product_template_form_view"/>
  8. <field name="arch" type="xml">
  9. <field name="to_weight" position="after">
  10. <field name="pos_allow_negative_qty" />
  11. </field>
  12. </field>
  13. </record>
  14. </odoo>