Thanks Knerz, this is exactly what I was talking about!

I add 2 lines of code in the addons/product_pricelist_print/report/pricelist.py 
file to replace automatically the (&) and (") in my product name for the 
reporting with the HTML code found here :
http://www.htmlgoodies.com/beyond/reference/article.php/3472611

I add theses lines @ row number 91:

x['name'] = x['name'].replace("&","&")
x['name'] = x['name'].replace("\"",""")

Best regards, André

------------------------
André Kurz - www.hasa.ch - Open ERP Starter Partner
Hasa Sàrl - 1201 Genève




_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to