hello martin Did you relogin after changing the format ? Also you need to have your trunk client code updated to the latest revision i.e 1789.
Thanks -- 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

