Re: [Openerp-community] start script

2013-10-25 Thread Nhomar Hernández
2013/10/25 Niels Huylebroeck > It will start the cron jobs if you provide a database with the -d / > --database option which makes openerp load the selected database (and thus > start the cron for that database) Informative: In the close past, I read a recomendation of use only 1 database for

Re: [Openerp-community] start script

2013-10-25 Thread ferdinand
On 10/25/2013 10:46 AM, Niels Huylebroeck wrote: thanks for pointing out well - I really do not understand why this does not happen automatically for all databases as the name says "start" - I would expect that it realy starts all the processes - not just accepting connections. It will s

Re: [Openerp-community] start script

2013-10-25 Thread Niels Huylebroeck
It will start the cron jobs if you provide a database with the -d / --database option which makes openerp load the selected database (and thus start the cron for that database) This is a bit problematic if you have multiple databases of which you would want the cron to automatically after each res

Re: [Openerp-community] start script

2013-10-25 Thread Pedro Manuel Baeza Romero
Hi, Ferdinand, Maybe oe script is a better approach: https://doc.openerp.com/trunk/server/commands/ Regards. 2013/10/25 Ferdinand > hello! > > starting the openerp server never starts cron jobs etc. > we suggest to add some code like this to the start script which wakes up > all these jobs >

[Openerp-community] start script

2013-10-25 Thread Ferdinand
hello! starting the openerp server never starts cron jobs etc. we suggest to add some code like this to the start script which wakes up all these jobs the user start has no rights, but connecting any other sugestion? ** import xmlrpclib username = 'start' #the user p