-
Notifications
You must be signed in to change notification settings - Fork 63
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
Odoo v10 --dev=all broken restart #99
Comments
Hi @bealdav , To restart, Odoo is killing the server process using SIGHUP signal, So I guess the system is reloading the process from where system forked the process which appear to be different from the entry point, I have never really use those functionalities. I'm wondering if that was working in earlier version with the recipe (was formerly --auto-reload option on odoo 8, isn't it?) ? |
No I'm not sure it worked with old options. But new options seems to be flexible: use file system instead of db for views and reports |
To reproduce
I use recipe anybox.recipe.odoo-1.9.2 and #88 for v10
I also use
--dev
argument with optionall
Watchdog lib is installed, so server restart when file is modified.
path execution is:
/usr/bin/python bin/start_openerp --dev=all
but when server restart the path becomes:
python /workspace/parts/odoo/odoo-bin -c /workspace/etc/openerp.cfg --dev=all
So, all libs installed with buildout are no more available (like passlib)
How it should works
I suppose, we should keep the same path
The question is, how can we do that ?
Is there somebody in trouble with that ?
ping @archetipo @gracinet @StefanRijnhart
The text was updated successfully, but these errors were encountered: