Well, I have changed my code so as not to use isoformat(). However, most of the problem fields were not defaults and I was not seeing any such exception.
Looking at Administration/Translations/Languages I see it does not mention any format for microseconds. From the python docs I see it would be %f but only for python >= 2.6. A little off topic: I tried to change the date format here. I could not get any effect. I tried changing the language too but it didn't help. Is there any way to get dates displayed as %Y-%m-%d? Even %d/%m/%Y would be an improvement. -- You received this bug notification because you are a member of OpenERP sa GTK client R&D, which is a bug assignee. https://bugs.launchpad.net/bugs/704191 Title: [6.0rc2] Record Modified dialog raised without modification. Status in OpenObject GTK Client: Invalid Bug description: Similar to https://bugs.launchpad.net/openobject-client/+bug/703712 but different I think. I had some datetime fields set by datetime.datetime.now().isoformat(' '). These would cause the 'This record has been modified do you want to save it?' dialog to pop up even when nothing had been changed. I changed isoformat() to strftime() and the problem went away. It seems the fractional seconds that isoformat() adds is causing a rounding error or something in the code that checks for modification. I don't need the fractions myself but I guess someone somewhere will. It took me far too long just to find which fields were at fault. It would be nice to be told which fields have changed in the dialog like in Koo (which no longer works with trunk). Maybe a 'show details' type thing. _______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp

