[IMP] models: move prefetching of records back to method _prefetch_field
[odoo/odoo.git] / doc / _themes / sphinx_bootstrap_theme / bootstrap / navbarsearchbox.html
1 {%- if pagename != "search" %}
2 <form class="navbar-form navbar-right" action="{{ pathto('search') }}" method="get">
3  <div class="form-group">
4   <input type="text" name="q" class="form-control" placeholder="Search" />
5  </div>
6   <input type="hidden" name="check_keywords" value="yes" />
7   <input type="hidden" name="area" value="default" />
8 </form>
9 {%- endif %}