Sylvain LE GAL (GRAP) has proposed merging 
lp:~sylvain-legal/openupgrade-addons/7.0-account_fix_rename_xmlids into 
lp:openupgrade-addons.

Commit message:
[FIX] call 'rename_xmlids' function in pre-migration script.

Requested reviews:
  Stefan Rijnhart (Therp) (stefan-therp)

For more details, see:
https://code.launchpad.net/~sylvain-legal/openupgrade-addons/7.0-account_fix_rename_xmlids/+merge/183711

I think it lakes the call to the function 'rename_xmlids' in the 
'pre-migration.py' script.
-- 
https://code.launchpad.net/~sylvain-legal/openupgrade-addons/7.0-account_fix_rename_xmlids/+merge/183711
Your team OpenUpgrade Committers is subscribed to branch lp:openupgrade-addons.
=== modified file 'account/migrations/7.0.1.1/pre-migration.py'
--- account/migrations/7.0.1.1/pre-migration.py	2013-07-24 12:41:33 +0000
+++ account/migrations/7.0.1.1/pre-migration.py	2013-09-03 16:45:36 +0000
@@ -42,3 +42,4 @@
 @openupgrade.migrate()
 def migrate(cr, version):
     openupgrade.rename_columns(cr, column_renames)
+    openupgrade.rename_xmlids(cr, xmlid_renames)

-- 
Mailing list: https://launchpad.net/~credativ
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~credativ
More help   : https://help.launchpad.net/ListHelp

Reply via email to