Comment 2 for bug 504718

Revision history for this message
Naresh(OpenERP) (nch-openerp) wrote :

Hello LOGICA Inf,

Thanks for reporting.
One thing about using Internal header that you should keep in mind is:
     1. When you create an instance of report_sxw.report_sxw() in your report's .py file at that time there is one argument named as
        "header" which takes the value as header= 1 : for defuault header/footer and header=2 for Internal header.
     2. The option "header" provided in xml file says that do you need header or not. i.e it takes values as header=True or header=False

I would like you to test a patch that I am providing and notify me.