I needed at least a little patch to the report_openoffice module to have the wizard form data available in the report, see: https://bugs.launchpad.net/report-openoffice/+bug/571650
(just noticed it was committed to the repository, so you might already have it) As far as the parser goes, nothing special is needed by default, other than it being there. Mine is this: class Parser(report_sxw.rml_parse): def __init__(self, cr, uid, name, context): super(Parser, self).__init__(cr, uid, name, context) self.localcontext.update({ }) I chose to have in in a python file, in case i need something special, but the default value of the parser field worked for me too. -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=55515#55515 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users