تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
3494 أدوات العرض

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.

 

الصورة الرمزية
إهمال