ooop icon indicating copy to clipboard operation
ooop copied to clipboard

Error on 64 bits with saving default relations

Open argami opened this issue 13 years ago • 0 comments

Comes from Issue #19

xmlrpc just supports 32bit integers on a 64bit machine python id functions return a 64 number as object id when it creates a new instance of openerp object and is not automatically saved or is not manually saved it trys to send the number on to the server giving a OverFlow error.

argami avatar Jan 01 '12 20:01 argami