İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
2810 Görünümler

How to set my date default value as 05/08/2022??

Avatar
Vazgeç
En İyi Yanıt

You can do it as below:

my_date = fields.Date(string='My Date', default=lambda self: fields.Date.context_today(self).replace(day=8,month=5,year=2022))

Avatar
Vazgeç
Üretici

It's working, where we can define the specific date format like DD/MM/YYYY

You can change it from Languages, Enable developer mode then Go to Settings -> Translations -> Languages -> open your language and edit the date format field to %d/%m/%Y

Üretici

I tried the same but date showing 2022-05-08

You need to refresh the page. Which screen you check it?

İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Haz 25
1625
3
Tem 25
3268
1
May 25
1415
1
May 25
1667
4
May 25
2825