I am improving the partner mass mailing feature to be able to send personalized messages (for ex. with the name of each partner) and to send attached files.
To choose the attached files I use binary fields in the wizard like this: <form> <field> <field> ... </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=23454#23454 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
