跳至内容
菜单
此问题已终结

I want to create an email.template that needs to pass the invoice_payments_widget field value from the customer invoice.



The values that I need are the paid_date and the amount field.


Whenever I try to get the value on email.template,


 I got the result like this:


Then I try to inside the content key from that dictionary:

% for l in object.invoice_payments_widget:
${l.content}
% endfor

Then it gives me an empty result:


So, what's wrong with that?, how to get the value from the invoice_payments_widget properly?

The values that I need are the paid_date and the amount field.

形象
丢弃
相关帖文 回复 查看 活动
2
6月 25
1055
0
10月 24
1261
0
2月 24
1407
5
1月 24
7190
0
11月 23
1187