Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to add new elements or style the existing header in odoo?

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 127
    Comment on it

    If you want to Extend the default Header in OpenERP(Odoo) follow the below mentioned code in your .xml file:

    <template id="snippet_testimonial" name="Testimonial snippet">
      <section class="snippet_testimonial">
        <div class="container text-center">
          <div class="row">
            <div class="col-md-4">
              <img alt="client" class="img-circle" src="/theme_tutorial/static/src/img/client_1.jpg">
              <h3>Client Name</h3>
              <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
            </div>
            <div class="col-md-4">
              <img alt="client" class="img-circle" src="/theme_tutorial/static/src/img/client_2.jpg">
              <h3>Client Name</h3>
              <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
            </div>
            <div class="col-md-4">
              <img alt="client" class="img-circle" src="/theme_tutorial/static/src/img/client_3.jpg">
              <h3>Client Name</h3>
              <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
            </div>
          </div>
        </div>
      </section>
    </template>
    

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: