In Openerp 7 Form Search view Group by Date Shows in the below Format:-
October 2013
November 2013
December 2013
How to change the date format in List view ? Group by.
In reports can use change date format using the sql query to_char(order_date, 'MM-DD-YYYY') as order_date,
But in the Form list view Group by how to change date format?
Thanks