跳至內容
選單
此問題已被標幟
1 回覆
7261 瀏覽次數

is there a way to add the current date to the attachement name in the email template?


In the QWeb Reports it's possible to add the (time) from python, but in the e-mail it's not working. Any tips or solutions on this?

(object.state in ('draft', 'sent') and 'Invoice_%s_' % (object.name) +time.strftime('%d.%m.%Y')) or 'Invoice%s_'% (object.name) +time.strftime('%d.%m.%Y')

Thanks


頭像
捨棄
最佳答案

UPDATED FOR ODOO 17:


Hi,

Please try with this

${datetime.datetime.now().strftime('%d.%m.%Y')}

頭像
捨棄
作者

nice, this works!

相關帖文 回覆 瀏覽次數 活動
1
2月 24
2708
1
7月 23
3597
0
4月 23
91
1
11月 22
2282
3
12月 23
19279