Skip to content
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

Modules not found on upgraded 7.0 -> 8.0 database #143

Closed
ericnjogu opened this issue Nov 28, 2014 · 5 comments
Closed

Modules not found on upgraded 7.0 -> 8.0 database #143

ericnjogu opened this issue Nov 28, 2014 · 5 comments

Comments

@ericnjogu
Copy link

Hi, selecting the migrated database, I am getting messages as those below when I run:
odoo.py -u all --config=/etc/openerp/odoo-server.conf
What could be the issue?

INFO ? openerp: addons paths: ['/home/openerp/.local/share/Odoo/addons/8.0', u'/usr/local/odoo/odoo/addons', '/usr/local/odoo/local/lib/python2.7/site-packages/openerp-8.0-py2.7.egg/openerp/addons']
...
ERROR springfresh_odoov8 openerp.modules.graph: module account_cancel: Unmet dependencies: account
ERROR springfresh_odoov8 openerp.modules.graph: module sale_journal: Unmet dependencies: sale_stock
...

@pedrobaeza
Copy link
Member

You should have a chain of dependencies not solved of migration scripts not correctly ended. You should navigate through all the log to see where is the problem, and after several attempts and when you solve the other issues, these messages will dissapear.

I close this issue meanwhile.

@ericnjogu
Copy link
Author

Thanks, I found the log file with an error that may be related to odoo/odoo#2954.

@pedrobaeza
Copy link
Member

It is recommended to use Linux environment for anything related with Odoo, because Windows platform has a lot of problems with dependencies packaging.

@ericnjogu
Copy link
Author

I am actually on Debian Linux 7 (upgraded from 6).

I think the problem could be that while I have postgresql 9.1, I have not
successfully run the cluster upgrade tool for the previous 8.4 version.

@ericnjogu
Copy link
Author

Sorry, I am actually running postgresql-8.4 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants