Skip to Content
Menu
This question has been flagged
2 Replies
11689 Views

I would like to show the date but not time of a quotation.

for variable doc.date_order, it shows something like 11/18/2016 18:07:43, but I only want the date to be shown.

Any idea how to set the date format?

Avatar
Discard
Best Answer

Hi Robert

I have explained to Damian

https://www.odoo.com/forum/help-1/question/change-date-format-from-date-time-to-just-date-110791#answer-110806

May cause problem at all references  if you change the field type.

I shall explained you another solution. You make invisible the existing field. Then add an additional Date field in form.

Then pass the value of new field to old field by overriding create and write method.

All the best !


Avatar
Discard
Best Answer

You could just set the widget date for that field in the view and I think that you will be ok

Avatar
Discard
Related Posts Replies Views Activity
2
Jan 24
954
2
Jun 22
2628
2
Jun 18
4712
2
Feb 24
10974
0
Oct 23
1382