The date in my Invoice is currently showing as:
21/11/2014 16:59:15
I want to show just month something like this:
11
I tried using t-esc with strftime but that doesn't work:
<span t-esc="o.date_order.strftime('%m')" />
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
The date in my Invoice is currently showing as:
21/11/2014 16:59:15
I want to show just month something like this:
11
I tried using t-esc with strftime but that doesn't work:
<span t-esc="o.date_order.strftime('%m')" />
Hello
You can use as below:
<span t-esc="datetime.datetime.strptime(o.date_order, '%Y-%m-%d').strftime('%m')"/>Note: Date format must match with the format of the date_order.
Thanks
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
1
Mar 17
|
3800 | |||
|
2
Feb 24
|
5381 | |||
|
2
Sep 24
|
3067 | |||
|
2
Jul 23
|
8090 | |||
|
Header hides body information in qweb report[SOLVED]
Diselesaikan
|
1
Jun 23
|
5386 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.