My Modul for OpenERP 6.1 do not work with OpenERP 7.0 .
I believe the problem is the declaration 'report_name': 'sale.order' in the print_quotation method. (Report name instead of report id)
I used for my report the same name, as quick fix. This works, but i have problems with the translation (my po file is not used).
I want replace the "print" button with my own version and call my own "print_quotation_new" method, but i can not evaluate the consequences (for workflows or whatever).