diff --git a/extensions/odoo_theme/layout.html b/extensions/odoo_theme/layout.html index a4cd60526..0c1a31f44 100644 --- a/extensions/odoo_theme/layout.html +++ b/extensions/odoo_theme/layout.html @@ -91,10 +91,6 @@ {%- set main_classes = main_classes + ['o_fullwidth_page'] %} {%- endif %} -
- - {%- include "layout_templates/searchbox.html" %} -
{%- if pagename == master_doc %} {# Custom landing page on the root of the documentation #} diff --git a/extensions/odoo_theme/layout_templates/searchbox.html b/extensions/odoo_theme/layout_templates/searchbox.html index 103b3b8b2..22c7b5f90 100644 --- a/extensions/odoo_theme/layout_templates/searchbox.html +++ b/extensions/odoo_theme/layout_templates/searchbox.html @@ -1,6 +1,5 @@ {# NOTE: the 'searchbox' id is used to hook the "Hide Search Matches" button #} -{# NOTE: currently renamed to '_searchbox' to hide the button until it receives proper styling #} -