← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 717642] Re: float widget wrong display 10 digits value

 

hello Jacara,

The OpenERP spinbutton widgets  are given a maximum limit to the
sys.maxint and which is 2147483647 but as your value is greater then the
maximum limit it displays you the max limit value.

but still we can improve it by dynamically setting the limits


Thanks

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/717642

Title:
  float widget wrong display 10 digits value

Status in OpenERP GTK Client:
  Confirmed

Bug description:
  My value is 8910000000.0 on database. It's stored function field. (
  Sale order total amount )

  But gtk-client display it on form view like this : 2147483647.0

  It is a BUG?





References