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.

15 lines
440 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <odoo>
  3. <record id="view_pos_config_form" model="ir.ui.view">
  4. <field name="model">pos.config</field>
  5. <field name="inherit_id" ref="point_of_sale.view_pos_config_form"/>
  6. <field name="arch" type="xml">
  7. <field name="iface_invoicing" position="before">
  8. <field name="pos_order_timeout"/>
  9. </field>
  10. </field>
  11. </record>
  12. </odoo>