odoo/openerp
Olivier Dony 8ac7724a67 [IMP] fields.function: don't wrap int values unless really needed
There was no need to wrap/cast int values for values less
than 2^31-1, which the highest XML-RPC int value.
Also, instead of wrapping them in strings, we can use
float values, which are 64bits based in the XMLRPC standard,
and closer to the real value (for comparisons, etc.).
Added note for integer_big, as a reminder of this possible
issue.

bzr revid: qdp-launchpad@openerp.com-20110818120550-ulvffm6ka9f3c5ym
2011-08-18 14:05:50 +02:00
..
addons compat 2011-08-16 01:09:06 +02:00
conf [FIX] forgot to add new file. 2011-04-29 09:50:30 +02:00
db [REF] openerp.modules 2011-04-20 17:27:18 +02:00
modules [IMP] sort imports, improve functional shortcuts to _load_data (include cr partial application) 2011-08-01 10:57:28 +02:00
osv [IMP] fields.function: don't wrap int values unless really needed 2011-08-18 14:05:50 +02:00
pychart [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
report [FIX] correct env hashbang line in a script 2011-07-31 15:09:54 +01:00
service [MERGE] some cleaning in module loading code, especially logging. 2011-08-09 14:00:57 +02:00
test [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
tools [FIX] correct indentation 2011-07-31 14:48:24 +01:00
wizard [REF] ir.ir_{set,get,del}: removed openerp.ir: 2011-05-19 14:27:52 +02:00
workflow API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00
.apidoc API doc: move settings file from bin/ to openerp/ 2011-06-23 12:08:07 +03:00
PKG-INFO [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
__init__.py [MERGE] moved around some code (preparing for some refactoring) (large diff). 2011-05-25 18:06:07 +02:00
import_xml.rng [IMP] tools.convert,rng: fixed support for <url> tag 2011-04-11 10:32:01 +02:00
loglevels.py [IMP] forgot to add loglevels.py and reexport 3 functions in tools.misc. 2011-02-08 10:24:58 +01:00
netsvc.py [FIX]:--debug option 2011-07-29 16:50:19 +05:30
pooler.py [LINT] removed unused variable, forgot to change two variables in last commit, corrected typo introduced at 3417.6.6. 2011-06-15 09:22:31 +02:00
release.py [MERGE] merged latest fixes from 6.0 - up to rev 3399 2011-04-11 12:13:27 +02:00
run_tests.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
sql_db.py [IMP] sql_db: default cursor = serialized, deprecate serialized_cursor, add doc 2011-07-14 12:55:52 +02:00
tiny_socket.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00