[IMP] module kanban
[odoo/odoo.git] / openerp / service / web_services.py
2011-10-13 Olivier Dony[IMP] res.users,web_services: new authenticate() API...
2011-10-04 Olivier Dony[REM] edi: moved edi to a separate addon
2011-09-30 Vo Minh Thu[IMP] xmlrpc: version() moved to common, still availabl...
2011-09-30 Olivier Dony[IMP] edi: review/cleanup (wip)
2011-09-29 Olivier Dony[MERGE] sync w/ latest trunk
2011-09-29 Olivier Dony[MERGE] multi-process/multi-threaded ir.cron implementation
2011-09-28 Olivier Dony[MERGE] sync with latest trunk
2011-09-27 Vo Minh Thu[IMP] xmlrpc: somewhat streamlined the exception types/
2011-09-27 Vo Minh Thu[IMP] xmlrpc: use some commented constant symobls inste...
2011-09-26 Vo Minh Thu[IMP] xmlrpc: use proper exception type to map to xmlrp...
2011-09-25 Vo Minh Thu[IMP] netsvc: removed unused auth param.
2011-09-14 Harry (OpenERP)[MERGE] merged from trunk development branch
2011-09-08 Vo Minh Thu[REF] websrv_lib:
2011-09-01 Vo Minh Thu[IMP] wsgi: added new (still to be refined) routes...
2011-09-01 Vo Minh Thu[MERGE] merged trunk.
2011-08-29 Harry (OpenERP)[IMP] ir.edi: improve edi_import_relation and edi_xml_i...
2011-08-26 Harry (OpenERP)[MERGE]
2011-08-25 Vo Minh Thu[IMP] tools.cache: added missing clean_caches_for_db...
2011-08-24 Hardik Ansodariy... [IMP]: improved edi according to feedbacj
2011-08-23 Vo Minh Thu[MERGE] merged trunk.
2011-08-19 Hardik Ansodariy... [IMP]: made changes and removed unwanted code
2011-08-18 Olivier Dony[MERGE] latest trunk
2011-08-09 Vo Minh Thu[MERGE] some cleaning in module loading code, especiall...
2011-08-01 Xavier Morel[IMP] db creation: cleanup logging and exception traceb...
2011-08-01 Xavier Morel[IMP] use dict.update instead of __setitem__ sequences
2011-08-01 Xavier Morel[IMP] db-creation thread code: no need for a class...
2011-07-29 Vo Minh Thu[REF] netsvc: object_proxy is no longer in netsvc.
2011-07-28 Vo Minh Thu[REF] netsvc: Service._groups and joinGroup are unused.
2011-07-28 Vo Minh Thu[REF] web_services: removed unused new_dispatch method.
2011-07-28 Vo Minh Thu[REF] web_services: removed unused class.
2011-07-15 Harry (OpenERP)[FIX] service: put autocommit true on EDI import servic...
2011-07-13 Vo Minh Thu[IMP] registry: whene deleting a registry, also delete...
2011-07-11 Harry (OpenERP)[IMP+FIX] edi_service: fixed wrong method call to get_d...
2011-06-30 Harry (OpenERP)[IMP] edi:
2011-06-29 Harry (OpenERP)[IMP] web_service: introduce EDI Services to provide...
2011-06-23 P. ChristeasAPI docs: docstrings, module titles
2011-06-01 Vo Minh Thu[FIX] modules/loading: revert a change where db.initial...
2011-05-25 Vo Minh Thu[MERGE] moved around some code (preparing for some...
2011-05-18 Vo Minh Thu[REF] ir_values:
2011-05-17 Vo Minh Thu[REF] simplified init_db/load_modules:
2011-05-11 Vo Minh Thu[REF] moved init_db from tools.misc to modules.db.
2011-05-07 Vo Minh Thu[REF] explicit service objects instanciation.
2011-04-20 Vo Minh Thu[REF] openerp.modules
2011-04-20 Vo Minh Thu[REF] openerp.pooler/openerp.sql_db: cleaner dependencies:
2011-02-07 Vo Minh Thu[IMP] openerp python module.