跳至內容
選單
此問題已被標幟
2 回覆
3496 瀏覽次數

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

頭像
捨棄
最佳答案

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

頭像
捨棄
最佳答案

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

or you use _constraint to check the limit.

 

頭像
捨棄