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.

24 lines
740 B

  1. <?xml version="1.0"?>
  2. <!--
  3. Copyright (C) 2004-Today Apertoso NV (<http://www.apertoso.be>)
  4. Copyright (C) 2016-Today La Louve (<http://www.lalouve.net/>)
  5. @author: Jos DE GRAEVE (<Jos.DeGraeve@apertoso.be>)
  6. @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  7. The licence is in the file __openerp__.py
  8. -->
  9. <odoo>
  10. <record model="ir.ui.view" id="view_pos_config_form">
  11. <field name="model">pos.config</field>
  12. <field name="inherit_id" ref="point_of_sale.view_pos_config_form" />
  13. <field name="arch" type="xml">
  14. <field name="iface_tax_included" position="after">
  15. <field name="require_customer" />
  16. </field>
  17. </field>
  18. </record>
  19. </odoo>