How to set my date default value as 05/08/2022??
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
2841
ビュー
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))
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
I tried the same but date showing 2022-05-08
You need to refresh the page. Which screen you check it?
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
1
6月 25
|
1705 | ||
|
3
7月 25
|
3330 | ||
|
1
5月 25
|
1470 | ||
|
1
5月 25
|
1735 | ||
|
4
5月 25
|
2870 |