[FIX] views inheritance: deleting a non-existing attribute must be a no-op
[odoo/odoo.git] / openerp / service / __init__.py
2013-06-12 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5006...
2013-06-12 Christophe Simonis[FIX] correct stripping of arguments when _reexec(...
2013-02-15 niv-openerpmerge trunk
2013-02-12 Raphael Collet[FIX] openerp.service: remove call to open_openerp_name...
2013-02-12 Vo Minh Thu[REM] Deleted .apidoc lines.
2013-02-09 Vo Minh Thu[IMP] The open openerp namespace is removed.
2013-02-01 Vo Minh Thu[REF] openerp.service.{rpc,route,handler} decorators...
2013-01-31 Vo Minh Thu[REF] service: A new openerp.service.rpc decorator...
2013-01-30 Vo Minh Thu[REF] services: moved the report service to openerp...
2013-01-30 Vo Minh Thu[REF] services: moved the common service to openerp...
2013-01-30 Vo Minh Thu[REF] services: moved the db service to openerp.service.db.
2013-01-30 Vo Minh Thu[REF] netrpc: removed.
2013-01-30 Vo Minh Thu[REF] model service: removed the unneeded object_servic...
2013-01-29 niv-openerpMerge Thu branch
2013-01-28 niv-openerpmerge trunk
2013-01-18 Vo Minh Thu[IMP] gevent: no longer a command-line flag (always...
2013-01-08 niv-openerpmerge trunk
2013-01-07 Xavier ALT[FIX] win32: use 'net' command for service start/stop...
2012-12-10 Christophe Simonismerge upstream
2012-12-09 Antony Lesuisseservice cleanups, more wizard removal
2012-12-09 Antony Lesuisse[MERGE] trunk
2012-12-09 Antony Lesuissenetsvc, netrpc, wizardcleanup
2012-12-09 Antony Lesuissecron cleanup, back to the Kernighan KISS roots 1min...
2012-12-06 niv-openerpmerge trunk
2012-12-05 Christophe Simonis[FIX] correct reexecute. works for windows service
2012-12-05 Christophe Simonis[FIX] correct reexecute. works on windows
2012-12-05 Christophe Simonismerge upstream
2012-12-05 Christophe Simonis[FIX] service/__init__.py: do not join() main thread
2012-11-30 Christophe Simonis[FIX] services: call os.abort() for killing
2012-11-26 Christophe Simonis[FIX] restart of server on windows when running as...
2012-11-26 Christophe Simonis[FIX] restart of server on windows
2012-11-23 Christophe Simonis[IMP] extract method to reexec server
2012-11-22 niv-openerp[IMP] Added configuration option for gevent
2012-11-16 niv-openerpHad to remove the cron again
2012-11-15 niv-openerpPut back cron thread
2012-11-12 Antony Lesuisse[MERGE] trunk
2012-11-07 Christophe Simonismerge upstream
2012-11-07 Antony Lesuisse[IMP] improve experience on for openerp developers...
2012-10-30 Christophe Simonis[FIX] correct restart of openerp
2012-10-10 Christophe Simonismerge upstream
2012-10-02 Fabien Meghazi[IMP] Do not start cron master thread if max_cron_threa...
2012-09-24 Antony Lesuisse[FIX] wsgi wrapper
2012-09-22 Antony Lesuissegevent first try
2012-09-22 Antony Lesuissemanual merge of multicorn
2012-09-07 Christophe Simonis[WIP] restart server + update of server via apps
2012-03-29 Vo Minh Thu[IMP] cron: re-added the threaded cron:
2012-03-28 Vo Minh Thu[IMP] cron: alternative implementation:
2012-03-01 Vo Minh Thu[IMP] tests: xml-rpc test drops the created database...
2012-02-13 Vo Minh Thu[IMP] cron: no master cron thread when no workers are...
2012-02-13 Vo Minh Thu[MERGE] merged trunk.
2012-02-10 Vo Minh Thu[FIX] wsgi: use wsgi.core instead of wsgi, remove unuse...
2012-02-08 Vo Minh Thu[MERGE] merged trunk.
2012-02-02 Vo Minh Thu[IMP] inter-process signaling, proof-of-concept.
2012-01-24 Vo Minh Thu[IMP] openerp.service: _logger with fully qualified...
2011-09-29 Olivier Dony[MERGE] multi-process/multi-threaded ir.cron implementation
2011-09-28 Antony Lesuisse[MERGE] /openerp/6.1 xmlrpc compliant
2011-09-28 Olivier Dony[MERGE] sync with latest trunk
2011-09-25 Vo Minh Thu[IMP] websrv_lib: removed top-level http handlers.
2011-09-25 Vo Minh Thu[FIX] openerp.service: call wsgi.stop_server upon serve...
2011-09-25 Antony Lesuisse[MERGE] trunk
2011-09-24 Vo Minh Thu[IMP] openerp.service: import at the top.
2011-09-23 Vo Minh Thu[IMP] tests: added a simple test case to create a datab...
2011-07-01 P. Christeas[MERGE] docstrings improvements and preparation for...
2011-04-18 Vo Minh Thu[REF] openerp-server: better imports.
2011-02-07 Vo Minh Thu[IMP] openerp python module.