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:
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل| المنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
|---|---|---|---|---|
|  | 4 أكتوبر 25  | 79683 | ||
|  | 0 مايو 24  | 2464 | ||
|  | 1 ديسمبر 19  | 10419 | ||
|  | 2 يوليو 17  | 4576 | ||
|  | 1 مايو 16  | 5175 | 
Playing with Dates:
1- https://goo.gl/1y5Esp
2- https://goo.gl/9NwyUs