credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #04931
[Bug 1025923] Re: Broken import in base_report_creator module
Hi Don,
many thanks, your fix has been merged. I guess I owe you an apology for
my rough code cleaning at the time.
Best regards,
Stefan.
** Changed in: openupgrade-addons
Status: New => Fix Released
** Changed in: openupgrade-addons
Importance: Undecided => Medium
--
You received this bug notification because you are a member of
OpenUpgrade Committers, which is the registrant for OpenUpgrade Addons.
https://bugs.launchpad.net/bugs/1025923
Title:
Broken import in base_report_creator module
Status in OpenUpgrade Addons:
Fix Released
Bug description:
When I try to upgrade from 5.0.16 to 6.0, I get the following error
(slightly edited):
File "base_report_creator/migrations/6.0.1.0/pre-migration.py", line 22, in <module>
ImportError: No module named openerp.openupgrade
Steps to reproduce:
1. Create a new database in 5.0 with no sample data and the manufacturing industry profile.
2. Set the view mode to Extended Interface.
3. Leave the default values for all the other setup steps, and set the chart of accounts to "None".
4. From the Administration menu, choose Modules Management: Modules.
5. Open the base_report_creator module and install it.
6. Run the migration using the options, "--update all --stop-after-init". The error occurs as listed above.
The full command line I use for the migration is as follows:
python openerp-server.py --database migrationtest --update all --stop-after-init --addons ~/upgrade-addons-6.0 --config ~/openerp-server.config
To manage notifications about this bug go to:
https://bugs.launchpad.net/openupgrade-addons/+bug/1025923/+subscriptions
References