from log file. I've this until I restart the server. 2013-07-05 07:26:29,588 25824 DEBUG test-4 openerp.report.render.rml2pdf.trml2pdf: Image is 180x180 2013-07-05 07:26:31,229 25824 DEBUG test-4 openerp.report.render.rml2pdf.trml2pdf: Image is 180x180 2013-07-05 07:26:32,305 25824 DEBUG test-4 openerp.report.render.rml2pdf.trml2pdf: Image is 180x180 2013-07-05 07:26:33,292 25824 DEBUG test-4 openerp.report.render.rml2pdf.trml2pdf: Image is 180x180 2013-07-05 07:26:33,929 25824 DEBUG test-4 openerp.report.render.rml2pdf.trml2pdf: Image is 180x180 2013-07-05 07:26:35,308 25824 DEBUG test-4 openerp.report.render.rml2pdf.trml2pdf: Image is 180x180 2013-07-05 07:26:36,174 25824 DEBUG test-4 openerp.report.render.rml2pdf.trml2pdf: Image is 180x180 2013-07-05 07:26:37,392 25824 DEBUG test-4 openerp.report.render.rml2pdf.trml2pdf: Image is 180x180 2013-07-05 07:26:38,453 25824 DEBUG test-4 openerp.report.render.rml2pdf.trml2pdf: Image is 180x180 2013-07-05 07:26:39,323 25824 DEBUG test-4 openerp.report.render.rml2pdf.trml2pdf: Image is 180x180 2013-07-05 07:26:40,229 25824 DEBUG test-4 openerp.report.render.rml2pdf.trml2pdf: Image is 180x180 2013-07-05 07:26:41,869 25824 DEBUG test-4 openerp.report.render.rml2pdf.trml2pdf: Image is 180x180 2013-07-05 07:26:43,335 25824 DEBUG test-4 openerp.report.render.rml2pdf.trml2pdf: Image is 180x180 My PDF template in rml: [[repeatIn(objects,'o')]] [[ setLang(o.partner_id.lang) ]] [[ o.state not in ['draft','sent'] and removeParentNode('para') ]] Quotation N° [[ o.name ]] - Date : [[ formatLang(o.date_order,date = True) ]] [[ o.state in ['draft','sent'] and removeParentNode('para') ]] Order N° [[ o.name ]] - Date : [[ formatLang(o.date_confirm,date = True) ]] Description Quantity Unit Price Disc.(%) Price [[ (o.partner_id and o.partner_id.title and o.partner_id.title.name) or '' ]] [[ (o.partner_id and o.partner_id.name) or '' ]] [[ o.partner_id and display_address(o.partner_id) ]] [[ o.state not in ['draft','sent'] and removeParentNode('para') ]] DEVIS EN EUROS [[ o.state not in ['draft','sent'] and removeParentNode('para') ]] Quotation N° [[ o.name ]] [[ o.state in ['draft','sent'] and removeParentNode('para') ]] Order N° [[ o.name ]] [[ o.state in ['draft','sent'] and removeParentNode('para') ]] Date Ordered [[ o.state not in ['draft','sent'] and removeParentNode('para') ]] Quotation Date Contact [[ o.state in ['draft','sent'] and removeParentNode('para') ]][[ formatLang(o.date_confirm,date = True) ]] [[ o.state not in ['draft','sent'] and removeParentNode('para') ]][[ formatLang(o.date_order,date = True) ]] [[ (o.user_id and o.user_id.name) or '' ]] Description Quantity Unit Price [[not show_discount(user.id) and removeParentNode('para') ]]Disc.(%) Price
[[repeatIn(o.order_line,'line')]]
[[ format(line.name) ]] 
[[ ((line.product_uos and line.product_uos_qty==0.0 or line.product_uom_qty==0.0) and ' ') or (formatLang(line.product_uos and line.product_uos_qty or line.product_uom_qty)) ]] [[ ((line.product_uos and line.product_uos_qty==0.0 or line.product_uom_qty==0.0) and ' ') or (line.product_uos and line.product_uos.name or line.product_uom.name) ]] [[ ((line.product_uos and line.product_uos_qty==0.0 or line.product_uom_qty==0.0) and ' ') or (formatLang(line.price_unit , digits=get_digits(dp='Product Price'))) ]] [[ ((line.product_uos and line.product_uos_qty==0.0 or line.product_uom_qty==0.0) and ' ') or ('€') ]] [[ ((line.product_uos and line.product_uos_qty==0.0 or line.product_uom_qty==0.0) and ' ') or (show_discount(user.id) and formatLang(line.discount, digits=get_digits(dp='Discount')) or '') ]] [[ ((line.product_uos and line.product_uos_qty==0.0 or line.product_uom_qty==0.0) and ' ') or (formatLang(line.price_subtotal, digits=get_digits(dp='Account'), currency_obj=o.pricelist_id.currency_id) ) ]]
Net Total : [[ formatLang(o.amount_untaxed, dp='Account', currency_obj=o.pricelist_id.currency_id) ]] TVA 19,6% : [[ formatLang(o.amount_tax, dp='Account', currency_obj=o.pricelist_id.currency_id) ]] Total : [[ formatLang(o.amount_total, dp='Account', currency_obj=o.pricelist_id.currency_id) ]] [[ format(o.note or '') ]] [[ format(o.payment_term and o.payment_term.note or (o.partner_id.property_payment_term and o.partner_id.property_payment_term.note or '')) ]]