This question has been flagged

Can any one help me. I want to create top menu bar and add 1 menu and search bar. I created top menu and add one menu but when i put the search bar coding that not accept and not the save.


<div class="col-sm-3 col-md-3 pull-right">

            <form class="navbar-form" role="search">

          <div class="input-group">

              <input type="text" class="form-control" placeholder="Search" name="srch-term" id="srch-term">

            <div class="input-group-btn">

                <button class="btn btn-default" type="submit"><i class="glyphicon glyphicon-search"></i></button>

                </div>

          </div>

            </form>

          </div>


That top menu is different from normal odoo menu in website. Please help me if any other solution is available for odoo 11.

Avatar
Discard