[IMP] models: move prefetching of records back to method _prefetch_field
[odoo/odoo.git] / doc / _themes / sphinx_bootstrap_theme / bootstrap / globaltoc.html
1 <li class="dropdown globaltoc-container">
2   <a role="button"
3      id="dLabelGlobalToc"
4      data-toggle="dropdown"
5      data-target="#"
6      href="{{ pathto(master_doc) }}">{{ theme_navbar_site_name }} <b class="caret"></b></a>
7   <ul class="dropdown-menu globaltoc"
8       role="menu"
9       aria-labelledby="dLabelGlobalToc">{{ toctree(maxdepth=theme_globaltoc_depth|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}</ul>
10 </li>