Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3 ตอบกลับ
10919 มุมมอง

Hi all,

I want to display the Creation Date in dd/MM/yyyy format instead of 06/08/2013 14:42:29 on Sales->Leads module. May I know where can i modify the date format?

Many thanks.

Regards, Jessie

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

I don't know if you pretend change the core files or inherit the class and change that field.

However the field is declared like this:

'date_start': fields.date('Date'),

I hope this helps

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

create a custom module and inherit the crm.lead model and define create_date as date field

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

Hi Omal,

Do you means I need to go to Settings->Technical->User Interface->Customized Views?

The external id is crm.crm_case_tree_view_leads and object is crm.lead.

So, how I can inherit it and define create_date as date? Could you please give me some guidelines?

Many thanks.

อวตาร
ละทิ้ง