Thanks, the merging went really well!
Unfortunately, the OPW code is not very nice.
l.39..43 this is begging for the use of setdefault l.36 reuse of variable 'partners', now a list of browse records instead of ids l.68..72 Looks very suspicious to me. Can this perhaps be replaced by
filename = _('Followup-%s.%s') % (partner.name, frmt) attach = {filename: datax}
Your code has an error too, I suspect: l.54 should be "tools.config.options.get", not "tools.config.get"
« Back to merge proposal
Thanks, the merging went really well!
Unfortunately, the OPW code is not very nice.
l.39..43 this is begging for the use of setdefault
l.36 reuse of variable 'partners', now a list of browse records instead of ids
l.68..72 Looks very suspicious to me. Can this perhaps be replaced by
filename = _('Followup-%s.%s') % (partner.name, frmt)
attach = {filename: datax}
Your code has an error too, I suspect: config. options. get", not "tools.config.get"
l.54 should be "tools.