Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
3490 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Cel mai bun răspuns

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

or you use _constraint to check the limit.

 

Imagine profil
Abandonează