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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <odoo>
  3. <record model="ir.ui.view" id="view_view_search_autocomplete">
  4. <field name="model">ir.ui.view</field>
  5. <field name="inherit_id" ref="base.view_view_search"/>
  6. <field name="arch" type="xml">
  7. <field name="name" position="attributes">
  8. <attribute name="options" translation="off">{'web_search_autocomplete_prefetch.disable': true}</attribute>
  9. </field>
  10. </field>
  11. </record>
  12. </odoo>