This question has been flagged
2746 Views

Dear all,

in follow_up email templates, there is the call get_followup_table_html in order to display all the unreconciled entries of a partner.

However it does not work if some journal entries do not have their reference set. Which is possible as it is not a required field.

I would change aml['ref'] to (aml['ref'] or '') in account_followup.py at line 276.

In the current situation, if there is some entries with no reference, there is an exception and the email body is empty.

Thank you,

Cheers,

Sébastien

Avatar
Discard