Hello All
I need to change specific date field from YYYY/MM/DD To DD/MM/YYYY
One field only not all the fields format.
Please help
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
Hello All
I need to change specific date field from YYYY/MM/DD To DD/MM/YYYY
One field only not all the fields format.
Please help
I think you can pass the format option on XML field definition 
<field name="start_date" options="{'format': 'DD/MM/YYYY'}"/>
ref: you can use any momentjs fromat \https://momentjs.com
Please check the below thread, maybe will help you:
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|  | 4 out. 25  | 79696 | ||
|  | 0 mai. 24  | 2467 | ||
|  | 1 dez. 19  | 10423 | ||
|  | 2 jul. 17  | 4578 | ||
|  | 1 mai. 16  | 5176 | 
Playing with Dates:
1- https://goo.gl/1y5Esp
2- https://goo.gl/9NwyUs