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.
 
 
 
 
 

12 lines
499 B

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<record model="ir.ui.view" id="view_view_search_autocomplete">
<field name="model">ir.ui.view</field>
<field name="inherit_id" ref="base.view_view_search"/>
<field name="arch" type="xml">
<field name="name" position="attributes">
<attribute name="options" translation="off">{'web_search_autocomplete_prefetch.disable': true}</attribute>
</field>
</field>
</record>
</odoo>