On Sat, Nov 01, 2014 at 03:01:11AM -0000, Pedro Manuel Baeza wrote: > You're totally right. > > I fast track the bug due to the triviality of it and the age of this > version on revision 4791. > > Thanks. > > Regards. > > ** Changed in: openupgrade-addons > Status: New => Fix Released > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1388296 > > Title: > Wrong path for hr_expense_workflow.xml > > Status in OpenUpgrade Addons: > Fix Released > > Bug description: > When running OpenUpgrade from 5.0 to 6.0 an error is encountered as follows: > File not found : > /var/tmp/openupgrade/6.0/server/bin/addons/account/migrations/6.0.1.0/data/hr_expense_workflow.xml > > I believe that in the file addons/hr_expense/migrations/6.0.1.0/post- > migration.py the loading of 'account' should be 'hr_expense'. > > openupgrade.load_xml( > - cr, 'account', > + cr, 'hr_expense', > 'migrations/6.0.1.0/data/hr_expense_workflow.xml') > > To manage notifications about this bug go to: > https://bugs.launchpad.net/openupgrade-addons/+bug/1388296/+subscriptions
Thank you. -- Regards, Jim Bova NerdyiT, LLC -- You received this bug notification because you are a member of OpenUpgrade Committers, which is subscribed to OpenUpgrade Addons. https://bugs.launchpad.net/bugs/1388296 Title: Wrong path for hr_expense_workflow.xml Status in OpenUpgrade Addons: Fix Released Bug description: When running OpenUpgrade from 5.0 to 6.0 an error is encountered as follows: File not found : /var/tmp/openupgrade/6.0/server/bin/addons/account/migrations/6.0.1.0/data/hr_expense_workflow.xml I believe that in the file addons/hr_expense/migrations/6.0.1.0/post- migration.py the loading of 'account' should be 'hr_expense'. openupgrade.load_xml( - cr, 'account', + cr, 'hr_expense', 'migrations/6.0.1.0/data/hr_expense_workflow.xml') To manage notifications about this bug go to: https://bugs.launchpad.net/openupgrade-addons/+bug/1388296/+subscriptions -- Mailing list: https://launchpad.net/~credativ Post to : [email protected] Unsubscribe : https://launchpad.net/~credativ More help : https://help.launchpad.net/ListHelp

