<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
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
gen 25
|
17080 | ||
|
1
gen 20
|
3316 | ||
|
1
dic 19
|
5449 | ||
|
1
dic 19
|
16487 | ||
|
3
apr 18
|
4593 |