Hi,I want to change date format for some date field.Not for all date field.I know I can change for all using Settings --> Translations --> Languages.But I want to change some particular field only.I try to use this but not work.
My code example:
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,I want to change date format for some date field.Not for all date field.I know I can change for all using Settings --> Translations --> Languages.But I want to change some particular field only.I try to use this but not work.
My code example:
Hello, you can try below process :
Translations --> Language --> Edit
Replace time format : %H:%M:%S to %I:%M:%S %p
import following:
from odoo.tools import float_is_zero, float_compare, DEFAULT_SERVER_DATETIME_FORMAT
define in your function in place of time format DEFAULT_SERVER_DATETIME_FORMAT i hope it helps you.
For Reports and XML(QWeb) you can do it this way:
<span t-esc="datetime.datetime.
Hope it helps
Создайте аккаунт сегодня, чтобы получить доступ к эксклюзивным функциям и стать частью нашего замечательного сообщества!
Регистрация| Похожие посты | Ответы | Просмотры | Активность | |
|---|---|---|---|---|
|
3
янв. 25
|
7551 | |||
|
1
авг. 24
|
5015 | |||
|
0
сент. 21
|
4318 | |||
|
0
мар. 15
|
6155 | |||
|
Accounting app on localhost
Решено
|
3
мая 25
|
7888 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.