Comment 3 for bug 723662

Revision history for this message
Lorenzo Battistini (elbati) wrote :

Hello sraps, replacing this line http://bazaar.launchpad.net/~openerp/openobject-server/6.0/view/3350/bin/osv/orm.py#L219
with

                            if result_line[field_name] != None:

we solved the problem (with 0.0 float, 'set_value' was not called).

I don't know why this only happens with aeroo reports for now...
At least I did not find a way to reproduce it with rml reports yet