Hello,

Why not: creating a branch on launchpad and ask a commiter to merge your branch in the official release ?

Thanks,


[EMAIL PROTECTED] wrote:
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
_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to