Ir al contenido
Menú
Se marcó esta pregunta
4019 Vistas

In openerp 7 char data type float value stored. In list view sorting value how to change the char to float ?

In SQL Editor the below code is used:-

select char_value from cvw_patientintake order by cast(char_value as float) asc

select char_value from cvw_patientintake order by cast(char_value as float) desc

The above code how to apply in openerp custom module overriden search function is any sample code available?

Thanks in advance

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
jun 23
2109
1
may 23
2052
1
oct 22
4200
0
may 20
3213
2
ene 20
8849