<field name="booking_date" />
this field is showing date like ----- 12/27/2022
i want this in ---- 27/12/2022 formate
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
<field name="booking_date" />
this field is showing date like ----- 12/27/2022
i want this in ---- 27/12/2022 formate
Hi,
Try like below.
<field name="date_deadline" eval="DateTime.today().strftime('%Y-%m-%d %H:%M')"/>
Use the strftime() function and put the format.
Regards
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
3
Haz 25
|
1103 | ||
|
1
Oca 25
|
17977 | ||
|
1
Oca 20
|
3969 | ||
|
1
Ara 19
|
6401 | ||
|
1
Ara 19
|
17277 |