** Description changed: The 6.1 branch of OpenUpgrade server eliminates intermediate commits at module loading time, so that the process is restartable without restoring the original database. Meanwhile, OpenERP orm code depends on these commits to safely rollback any SQL constraints that could not be - applied. OpenUpgrade server replaces these with safepoints in the + applied. OpenUpgrade server replaces these with savepoints in the generic code. As it turns out, various models place custom constraints in their init() methods. One of these is res_currency.
-- You received this bug notification because you are a member of OpenUpgrade Committers, which is subscribed to OpenUpgrade Server. https://bugs.launchpad.net/bugs/1067874 Title: 6.1 Savepoints to be applied to raw SQL query in res_currency Status in OpenUpgrade Server: New Bug description: The 6.1 branch of OpenUpgrade server eliminates intermediate commits at module loading time, so that the process is restartable without restoring the original database. Meanwhile, OpenERP orm code depends on these commits to safely rollback any SQL constraints that could not be applied. OpenUpgrade server replaces these with savepoints in the generic code. As it turns out, various models place custom constraints in their init() methods. One of these is res_currency. To manage notifications about this bug go to: https://bugs.launchpad.net/openupgrade-server/+bug/1067874/+subscriptions -- Mailing list: https://launchpad.net/~credativ Post to : [email protected] Unsubscribe : https://launchpad.net/~credativ More help : https://help.launchpad.net/ListHelp

