Hello All,
I am facing problems in Qweb report:
Here is my cases.
1) If I am returing report or printing report from methods without parser than it works well.
2) If I have parser of report and returning from method than it is passing wrong model name (wizard model name) on template as doc_model, So having problem on data access of that report.
3) If I want to use combination of both parser and returing report from method for that i have to return data in list of dictionary to access which is not good solution. I want access data from recordset it self.
Is Any one has face this issue? any idea about this issue? Is this limitation or Am I missing somthing.
Regards,
Anil.