<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2016-Today: La Louve (<http://www.lalouve.net/>) @author: La Louve License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). --> <odoo> <record id="view_sale_config_settings_form_pos_inherit" model="ir.ui.view"> <field name="model">pos.config.settings</field> <field name="inherit_id" ref="point_of_sale.view_sale_config_settings_form_pos"/> <field name="arch" type="xml"> <xpath expr="//group" position="inside"> <label for="diacritics_insensitive_search" string="Diacritics insensitive search"/> <div> <field name="diacritics_insensitive_search"/> <label for="diacritics_insensitive_search"/> </div> </xpath> </field> </record> </odoo>