← Back to team overview

credativ team mailing list archive

[Bug 1067874] Re: 6.1 Savepoints to be applied to raw SQL query in res_currency

 

** Changed in: openupgrade-server
       Status: New => Fix Released

-- 
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:
  Fix Released

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


References