Wednesday, 18 March 2015

To change default header and footer in odoo 8 pdf report

1)Setting/Technical/User Interface/Views/
2)Search word - external. you will receive three views as
   1)external_layout
   2)external_layout_footer
   3)external_layout_header
   4)You can change the default header and footer content of your company here
   5)Ex: To remove the default header line(Great Product for Great People)
1)Go to external_layout_header view
2)Hide the line no 8 as follows,
 <!-- <div class="col-xs-9 text-right" style="margin-top:20px;" t-field="company.rml_header1"/> -->
3)Now That particular line will be hidden in your repot header.