Hola Cubells,
Así lo he intentado al principio, es decir yo inicio con el debugador pero tengo el siguiente error:
C:\Python27\python.exe "C:\Program Files (x86)\JetBrains\PyCharm 4.0.5\helpers\pydev\pydevd.py" --multiproc --client 127.0.0.1 --port 61742 --file D:/programacion/proyectos_git/fluitronic/odoo.py -w odoo -r odoo --addons-path=addons,ghaddons,ghcustom
pydev debugger: process 7192 is connecting
Connected to pydev debugger (build 139.1547)
2015-03-26 16:35:22,584 7192 INFO ? openerp: OpenERP version 8.0
2015-03-26 16:35:22,586 7192 INFO ? openerp: addons paths: ['C:\\Users\\scejudo\\AppData\\Local\\OpenERP S.A.\\Odoo\\addons\\8.0', u'D:\\programacion\\proyectos_git\\fluitronic\\addons', u'D:\\programacion\\proyectos_git\\fluitronic\\ghaddons', u'D:\\programacion\\proyectos_git\\fluitronic\\ghcustom', 'D:\\programacion\\proyectos_git\\fluitronic\\openerp\\addons']
2015-03-26 16:35:22,588 7192 INFO ? openerp: database hostname: localhost
2015-03-26 16:35:22,588 7192 INFO ? openerp: database port: 5432
2015-03-26 16:35:22,589 7192 INFO ? openerp: database user: odoo
2015-03-26 16:35:23,782 7192 INFO ? openerp.service.server: Evented Service (longpolling) running on
0.0.0.0:8072Traceback (most recent call last):
File "C:\Python27\lib\site-packages\gevent\greenlet.py", line 327, in run
result = self._run(*self.args, **self.kwargs)
File "D:/programacion/proyectos_git/fluitronic\openerp\service\server.py", line 376, in watch_parent
ppid = os.getppid()
AttributeError: 'module' object has no attribute 'getppid'
<Greenlet at 0x4f14120: <bound method GeventServer.watch_parent of <openerp.service.server.GeventServer object at 0x03AB1750>>> failed with AttributeError
Pero me da el error anterior, y ahi se queda, no puedo conectar.
En cambio si en vez de darle a debug le doy a run pues se inicia perfectamente y no tengo problema.
Por eso preguntaba si tengo también que iniciar el servicio con Run y luego debug ? es que no se porque me da ese error.
Muchisimas gracias Cubell !!