I updated my branches to the latest revisions. Check is not printed with the currency of the account voucher. When I print the check in the middle, I have the address of the supplier on the check and an error message for a missing style : 2013-06-04 02:16:32,224 14069 WARNING Check openerp.report.render.rml2pdf.trml2pdf: Warning: style not found, P26 - setting default! When I print the check on top, I don't have the address as I get this error message and I am missing the style too: 2013-06-04 02:14:20,648 14069 WARNING Check openerp.report.render.rml2pdf.trml2pdf: Warning: style not found, P26 - setting default! 2013-06-04 02:14:20,857 14069 INFO Check werkzeug: 127.0.0.1 - - [04/Jun/2013 02:14:20] "POST /web/report HTTP/1.1" 200 - 2013-06-04 02:14:21,629 14069 INFO Check werkzeug: 127.0.0.1 - - [04/Jun/2013 02:14:21] "POST /web/dataset/search_read HTTP/1.1" 200 - 2013-06-04 02:14:38,574 14069 INFO Check werkzeug: 127.0.0.1 - - [04/Jun/2013 02:14:38] "POST /web/action/load HTTP/1.1" 200 - 2013-06-04 02:14:38,654 14069 WARNING Check openerp.osv.orm.browse_record.res.partner: Field 'address' does not exist in object 'browse_record(res.partner, 5)' 2013-06-04 02:14:38,654 14069 ERROR Check openerp.tools.safe_eval: Cannot eval " voucher.partner_id.address and voucher.partner_id.address[0] and voucher.partner_id.address[0].street2 or removeParentNode('para') " Traceback (most recent call last): File "/home/max/openerp/server/7.0/openerp/tools/safe_eval.py", line 241, in safe_eval return eval(test_expr(expr, _SAFE_OPCODES, mode=mode), globals_dict, locals_dict) File "", line 1, in File "/home/max/openerp/server/7.0/openerp/osv/orm.py", line 486, in __getattr__ raise AttributeError(e) AttributeError: "Field 'address' does not exist in object 'browse_record(res.partner, 5)'" 2013-06-04 02:14:38,654 14069 WARNING Check openerp.report.render.rml2pdf.utils: rml_except: " voucher.partner_id.address and voucher.partner_id.address[0] and voucher.partner_id.address[0].street2 or removeParentNode('para') " Traceback (most recent call last): File "/home/max/openerp/server/7.0/openerp/report/render/rml2pdf/utils.py", line 76, in _child_get eval(n.get('rml_except'), {}, self.localcontext) File "/home/max/openerp/server/7.0/openerp/tools/safe_eval.py", line 241, in safe_eval return eval(test_expr(expr, _SAFE_OPCODES, mode=mode), globals_dict, locals_dict) File "", line 1, in File "/home/max/openerp/server/7.0/openerp/osv/orm.py", line 486, in __getattr__ raise AttributeError(e) AttributeError: "Field 'address' does not exist in object 'browse_record(res.partner, 5)'" 2013-06-04 02:14:38,654 14069 ERROR Check openerp.tools.safe_eval: Cannot eval 'get_zip_line(voucher.partner_id.address[0])' Traceback (most recent call last): File "/home/max/openerp/server/7.0/openerp/tools/safe_eval.py", line 241, in safe_eval return eval(test_expr(expr, _SAFE_OPCODES, mode=mode), globals_dict, locals_dict) File "", line 1, in NameError: name 'get_zip_line' is not defined 2013-06-04 02:14:38,654 14069 WARNING Check openerp.osv.orm.browse_record.res.partner: Field 'address' does not exist in object 'browse_record(res.partner, 5)' 2013-06-04 02:14:38,655 14069 ERROR Check openerp.tools.safe_eval: Cannot eval 'voucher.partner_id.address[0].country_id.name' Traceback (most recent call last): File "/home/max/openerp/server/7.0/openerp/tools/safe_eval.py", line 241, in safe_eval return eval(test_expr(expr, _SAFE_OPCODES, mode=mode), globals_dict, locals_dict) File "", line 1, in File "/home/max/openerp/server/7.0/openerp/osv/orm.py", line 486, in __getattr__ raise AttributeError(e) AttributeError: "Field 'address' does not exist in object 'browse_record(res.partner, 5)'"