Skip to Content
Menu
This question has been flagged
2 Replies
9961 Views

Odoo 10 has removed the odoo.py script that I used for developing modules locally.

The README has not been updated to show how to run Odoo 10 locally.

Does anyone have any guidance on setting up a running instance of Odoo 10 locally?

Avatar
Discard
Best Answer

Hi Helmut,

The odoo.py file has been renamed to odoo-bin.py, which does basically the same as odoo.py. You can run the Odoo like this:

./odoo-bin -c /etc/yourconfigfile.conf --xmlrpc-port=8080

If you don't know how to install Odoo 10 you can see my other answer here: https://www.odoo.com/forum/help-1/question/how-can-i-download-and-install-odoo-10-109364

Regards,
Yenthe

Avatar
Discard
Author Best Answer

Thanks very much. Was thrown by the commit that moved odoo.py to setup/setup_dev.py. https://github.com/odoo/odoo/commit/2d5fc151a201ddcbdbabfb1f45060b65679f67f2


Now fighting with python dependencies on macOS. :(

Avatar
Discard
Related Posts Replies Views Activity
2
Nov 24
25095
2
May 24
5519
3
Mar 24
4964
0
Mar 24
262
3
Feb 24
11421