コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
3493 ビュー

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.

 

アバター
破棄