I updated the code but it generate error in calling `gen_student_attendance_report` function in ther report
Hint : if i remove the table of `gen_student_attendance_report` function the report print successfully
Here is my error :
| except_orm: (u'"gen_student_attendance_report() got multiple values for keyword argument \'context\'" while evaluating\n\'o.gen_student_attendance_report(o.id)\'', (<class 'openerp.addons.base.ir.ir_qweb.QWebException'>, QWebException(ValueError(u'"gen_student_attendance_report() got multiple values for keyword argument \'context\'" while evaluating\n\'o.gen_student_attendance_report(o.id)\'',),), <traceback object at 0x7f3478bd0a28>)) |
Here is my python code :
from openerp.osv import osv,fields |
here is my wizard code :
<?xml version="1.0" encoding="UTF-8"?> |
and here is my report.xml :
|
and here is my report tag :
<report |
i Hope i find some help :(
Any help !!!