Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / openerp / __init__.py
2014-07-06 Raphael Collet[MERGE] new v8 api by rco
2014-02-09 Antony Lesuisse[IMP] move test cases to tests.py remove deprecated...
2013-09-09 Antony Lesuisserestore the original gevent detection
2013-09-09 Antony Lesuisserevert to use a separate executable for gevent, add...
2013-09-09 Stephane Wirtel[FIX] Use psycogreen instead of gevent-psycopg2
2013-09-08 Antony Lesuisse[IMP] openerp threaded, gevent, prefork service cleanup
2013-06-13 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4887...
2013-06-06 niv-openerpAdded long polling executable
2013-05-02 Vo Minh Thu[FIX] long-polling: use start()/stop() instead of serve...
2013-04-04 Vo Minh Thu[MERGE] forward merge 7.0 until revision 4919.
2013-03-27 Vo Minh Thu[REF] registry: the new_registry() helper is not useful...
2013-03-27 Vo Minh Thu[REF] registry: begin to remove openerp.pooler:
2013-03-07 Vo Minh Thu[FIX] timezone: under windows os.environ["TZ"] was...
2013-02-13 Antonin Bourguignon[MERGE] trunk
2013-02-12 Raphael Collet[MERGE] trunk-service-thu (remove the class openerp...
2013-02-11 Antonin Bourguignon[MERGE] trunk
2013-02-01 Vo Minh Thu[REF] openerp.service.{rpc,route,handler} decorators...
2013-01-30 Vo Minh Thu[FIX] The import test in openerp/run_tests is wrong...
2013-01-29 Vo Minh Thu[FIX] removed spurious import test from openerp/__init__.
2013-01-29 Vo Minh Thu[FIX] the import test in openerp/run_tests is wrong...
2013-01-22 Antonin Bourguignon[MERGE] trunk
2013-01-18 Vo Minh Thu[IMP] oe web: use openerp/__init__ instead of tools...
2013-01-18 Vo Minh Thu[IMP] gevent: no longer a command-line flag (always...
2013-01-17 Antonin Bourguignon[IMP] add a missing import (exceptions)
2012-12-09 Antony Lesuissenetsvc, netrpc, wizardcleanup
2012-11-27 Antony Lesuisseopenerp apps main moved to cli ready for new commands
2012-09-24 Antony Lesuisse[FIX] wsgi wrapper
2012-09-22 Antony Lesuissemanual merge of multicorn
2012-03-29 Vo Minh Thu[IMP] cron: re-added the threaded cron:
2012-02-08 Florent Xicluna[FIX] the embedded pychart library is not used.
2012-02-08 Vo Minh Thu[IMP] gunicorn: moved database signaling to RegistryMan...
2011-09-27 Olivier Dony[MERGE] sync with latest trunk
2011-09-26 Olivier Dony[IMP] start unifying the SUPERUSER_ID constant
2011-08-19 Vo Minh Thu[IMP] wsgi: (proof of concept) serving xml-rpc requests...
2011-08-12 Vo Minh Thu[REF] osv: moved (and adapted) vacuum code to osv_memory.
2011-05-25 Vo Minh Thu[MERGE] moved around some code (preparing for some...
2011-05-19 Vo Minh Thu[REF] ir.ir_{set,get,del}: removed openerp.ir:
2011-05-19 Vo Minh Thu[REF] moved openerp/registry/manager.py => openerp...
2011-05-12 Vo Minh Thu[REF] pooler code goes in openerp.registry.manager.
2011-04-20 Vo Minh Thu[REF] openerp.conf: new module
2011-04-20 Vo Minh Thu[REF] openerp.modules
2011-02-08 Vo Minh Thu[IMP] openerp.__init__ can imports all its submodules.
2011-02-07 Vo Minh Thu[IMP] openerp python module.