Skip to Content
Menu
This question has been flagged
1 Reply
7737 Views

I can't get odoo running, I get no error from the command line, just a 404:

2015-07-29 00:34:37,413 3323 INFO None werkzeug: 127.0.0.1 - - [29/Jul/2015 00:34:37] "GET /web/database/selector HTTP/1.1" 404 -


Any url I tried I get 404, I don't have any database created yet.

The addons_path is correct:

2015-07-29 00:35:10,516 3954 INFO ? openerp: addons paths: ['/home/danimar/.local/share/Odoo/addons/8.0', u'/home/danimar/Projetos/odoo/odoo/openerp/addons', u'/home/danimar/Projetos/odoo/odoo/addons']

Python 2.7.10, and Odoo code from today: 28/07/2015

Could someone help me find the problem?


Avatar
Discard

Update your build. Today there was a build that failed to pass all tests. Visit http://runbot.odoo.com/runbot to check if daily builds pass or fail the automated tests.

Author

I made it work, it's quite complex to explain here why it was happen. I updated my fedora, I think it update some python lib and started the problem. I had to comment this line: https://github.com/odoo/odoo/blob/8.0/openerp/cli/__init__.py#L38 #import deploy

Best Answer

hi

i faces this problem in odoo 13 . just i go to my pgadmin and make another database with owner odoo. it solves my problem

Avatar
Discard
Related Posts Replies Views Activity
1
Mar 15
3239
5
Oct 24
592
1
Aug 24
392
1
May 24
1324
1
May 24
332