[FIX] orm: As float fields are stateful (the .digit attribute depend of the database...
authorChristophe Simonis <chs@openerp.com>
Thu, 16 Jan 2014 15:37:08 +0000 (16:37 +0100)
committerChristophe Simonis <chs@openerp.com>
Thu, 16 Jan 2014 15:37:08 +0000 (16:37 +0100)
commit2f90f80ba083f29e2697c330664ea42c42e45555
tree13a9cfb194242e8b0fdca6d083284df09490a47f
parent212b6bc480b23e6c6819e406c8df87300450c321
[FIX] orm: As float fields are stateful (the .digit attribute depend of the database (decimal_precision)), registry model instances need their owm copy.

lp bug: https://launchpad.net/bugs/929483 fixed

bzr revid: chs@openerp.com-20140116153708-061aq2k0n1qsb2n3
openerp/osv/orm.py