credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #06112
[Bug 1388296] [NEW] Wrong path for hr_expense_workflow.xml
Public bug reported:
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')
** Affects: openupgrade-addons
Importance: Undecided
Status: New
** Tags: 6.0.1.0
** Tags added: 6.0.1.0
--
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:
New
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