Sorry, I forgot to disable HTML in this post. I am improving the partner mass mailing feature to be able to send personalized emails (for ex. with the name of each partner) and also to send attached files.
To choose the attached files I use binary fields in the wizard like this: <form string="Mass Mailing"> <field name="file1"/> <field name="file2"/> ... </form>''' email_send_fields = { 'file1': {'string': 'File 1', 'type': 'binary'}, 'file2': {'string': 'File 2', 'type': 'binary'}, ... } But I only get the file content with the GTK 4.2 client binary widget losing the file name. How I can get both, the file content and file name? ------------------------ Jordi Esteve Zikzakmedia SL -------------------- m2f -------------------- -- http://www.openerp.com/forum/viewtopic.php?p=23455#23455 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
