can't adapt type 'account.invoice', in query "odoo 8"

hi,
i installed aeroo report module on odoo v8. https://github.com/jamotion/aeroo
it works well.
except: print button from invoice
error :
an idea ?
Thank you
i installed aeroo report module on odoo v8. https://github.com/jamotion/aeroo
it works well.
except: print button from invoice
error :
- Code: Select all
an't adapt type 'account.invoice', in query
select report_replace.report_name
from ir_act_report_xml report_org
join ir_act_report_xml report_replace
on report_org.id = report_replace.replace_report_id
where report_org.report_name=%s
File "/opt/odoo/dev/report_aeroo/report.py", line 33, in _get_replacing_report
where report_org.report_name=%s''', (report_name,))
an idea ?
Thank you