Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
3475 Vistas

how to limit the number of integer digits , if suppose float digits = ( 8.2 ) while the integer how

Avatar
Descartar
Mejor respuesta

maybe it can help http://tutorialopenerp.wordpress.com/2013/11/13/tipe-data-python-bagian-1/

Avatar
Descartar
Mejor respuesta

'xxxxx_field': fields.integer('XXXXX', size=5)

or you use _constraint to check the limit.

 

Avatar
Descartar