credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #06113
[Bug 1388296] Re: Wrong path for hr_expense_workflow.xml
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 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
Follow ups
References