-
-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error migrating to 8.0 #97
Comments
There is also related bugs in launchpad |
I have the same problem!!! do you find way to fix it? @ffurlanetto |
I am stuck with this bug as well. The question in launchpad is closed, so I cannot see if some one has sovled the problem. |
Hi, Can you detail which modules was installed on your database V7 ? Regards. |
These are the modules I have in the migrated installation: But I tried also with clean install with demo data and even with out it. All came up with the same error. |
Markdown maybe ate some of the error code... Field Error context: record id="group_portal" model="res.groups" |
I am facing the same problem when trying to migrate from v7 to v8. Any hints how to proceed? |
These entries are created in stock_data.yml which should be loaded during a succesful migration of the stock module. Note that the stock module is not covered yet by the leading 8.0 branch of OpenUpgrade. You can try to merge the proposal #94 in your tree and try again. In any case, check the log file for errors during the upgrade. |
Thank you for the advice. Applied the pull but still got the same error when trying to migrate a empty installation with NO extra modules installed. |
A temporary(!) workaround is to change your openerp/addons/base/openerp.py and move the 'res/res_users_view.xml', in the data list to the top of the data list. |
thanks pankk - that cleared that error but ended up with a new one... |
Could anybody please post the git command to merge proposal #94 into the current 8.0 tree? Have not been so familiar with that yet... |
Those errors should be fixed by #111 |
…am_14_220215_01 Merged from upstream 14 220215 01
2014-08-26 11:13:04,144 16889 INFO ffurlanetto_migrated openerp.modules.loading: module base: loading base_data.xml
2014-08-26 11:13:04,329 16889 ERROR ffurlanetto_migrated openerp.addons.base.ir.ir_ui_view: Field
menu_id
does not existError context:
View
res.users.groups
[view_id: 159, xml_id: base.user_groups_view, model: res.users, parent_id: 156]
2014-08-26 11:13:04,397 16889 ERROR ffurlanetto_migrated openerp.addons.base.ir.ir_ui_view: Field
menu_id
does not existError context:
View
res.users.groups
[view_id: 159, xml_id: base.user_groups_view, model: res.users, parent_id: 156]
The text was updated successfully, but these errors were encountered: