I have been scratching my head for hours over an SQL statement that just refuses to run in a cr.execute. The error is: TypeError: cannot concatenate 'str' and 'bool' objects
and the problem turns out to be that some of my string fields that are empty have been labeled as False by the orm instead of None and this is making the concatenation fail. How do I get around this problem and why is the orm changing None to False. That seems totally wrong. Gerry _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
