Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
7231 Widoki

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


Awatar
Odrzuć
Najlepsza odpowiedź

UPDATED FOR ODOO 17:


Hi,

Please try with this

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

Awatar
Odrzuć
Autor

nice, this works!

Powiązane posty Odpowiedzi Widoki Czynność
1
lut 24
2694
1
lip 23
3568
0
kwi 23
91
1
lis 22
2274
3
gru 23
19265