Aha! I just changed back to en_US in Administration/Translations/Languages and the date format has now changed to match the specification. So my problem is solved.
However, if I switch back to en_GB (and restart the client) I get the traceback above and the date format is not honoured. So it looks like there is still a bug when the OS locale and OpenERP locale do not match. -- 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 OpenERP 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

