[FIX] web_kanban: fixed issues when having no column to display in kanban
[odoo/odoo.git] / openerp / modules /
2014-12-02 Christophe Simonis[MERGE] forward port of branch 8.0 up to 591e329
2014-11-19 Christophe Simonis[FIX] graph.py: correct Node() creation.
2014-11-19 Olivier Dony[FIX] decimal_precision: avoid refreshing float precisi...
2014-11-17 Christophe Simonis[MERGE] forward port of branch 8.0 up to c92e70b
2014-11-13 Raphael Collet[IMP] models: improve performance of _setup_fields()
2014-10-29 Christophe Simonis[MERGE] forward port of branch 8.0 up to 92c7874
2014-10-29 Christophe Simonis[IMP] core: manage registries via an LRU.
2014-10-16 Christophe Simonis[MERGE] forward port of branch 8.0 up to 2b192be
2014-10-07 Christophe Simonis[FIX] migration: test if package is installed using...
2014-10-02 Denis Ledoux[FIX] api: clear environments on module installation
2014-10-01 Christophe Simonis[MERGE] forward port of branch 8.0 up to e883193
2014-10-01 Christophe Simonis[FIX] migration: allow debugging of migration scripts...
2014-09-18 Thibault Delavallée[FIX] [CLEAN] Various: fixed / cleaned use of dict...
2014-09-18 Raphael Collet[IMP] fields: reset decimal precision on new-style...
2014-09-17 Olivier Dony[MERGE] Forward-port saas-5 up to f9bcd67
2014-09-17 Olivier Dony[MERGE] Forward-port saas-3 up to 09ab2d4
2014-09-17 Olivier Dony[MERGE] Forward-port 7.0 up to 938502a
2014-09-17 Olivier Dony[FIX] loading: always process auto-installed modules...
2014-09-15 Christophe Simonis[MERGE] forward port of branch 8.0 up to 780dd98
2014-09-12 Daniel Reis[IMP] modules: add support for loading module descripti...
2014-09-05 Christophe Simonis[MERGE] forward port of branch 8.0 up to ed1c173
2014-08-22 Raphael Collet[ADD] doc: new documentation, with training tutorials...
2014-08-06 Fabien MeghaziMerge pull request #1625 from odoo-dev/master-views...
2014-08-06 Fabien Meghazi[IMP] Store relative path in arch_fs
2014-08-04 Raphael Collet[FIX] module loading: manual x2x fields can now refer...
2014-07-15 Xavier Morel[REM] asynchronous database creation method
2014-07-07 Christophe Simonis[FIX] data-dir management
2014-07-06 Raphael Collet[MERGE] new v8 api by rco
2014-07-01 Antony Lesuisse[IMP] test display sql query counter
2014-06-29 Antony Lesuisse[IMP] test impprove HTTPCase opener
2014-06-29 Antony Lesuisse[IMP] module loading and tests profiling
2014-06-29 Antony Lesuisse[IMP] module loading and tests profiling
2014-06-27 Christophe Simonis[MERGE] forward port of branch saas-5 up to 8dfd5ea
2014-06-27 Christophe Simonis[MERGE] forward port of branch saas-3 up to bdc4dd4
2014-06-27 Christophe Simonis[MERGE] forward port of branch 7.0 up to 95cff0b
2014-06-22 Christophe Simonis[IMP] js testing
2014-06-20 Yann PapouinOverwrite translation on module update if option is set
2014-06-20 Xavier Morel[IMP] unpack a listcomp in a dict passed to an update...
2014-06-06 Christophe Simonis[ADD] module install/uninstall hooks.
2014-05-30 Fabien MeghaziAllow initialize_sys_path() to be called more than...
2014-05-29 Fabien MeghaziMoved get_module_root in openerp.modules.module
2014-05-05 Martin Trigaux[FIX] module: do not crash in case of not found module
2014-04-18 Christophe Simonis[FIX] module loading: mark module as initialized *after...
2014-04-14 Raphael Collet[IMP] test cursor: code cleanup to make it more robust...
2014-04-09 Raphael Collet[FIX] registry: stupid typo
2014-04-09 Raphael Collet[IMP] registry: avoid every direct access registry...
2014-04-09 Raphael Collet[IMP] registry: now cursor() simply returns a cursor...
2014-04-08 Raphael Collet[IMP] http tests: implement a test cursor that keeps...
2014-04-08 Raphael Collet[IMP] registry: add method get_cursor() to simply retri...
2014-04-08 Raphael Collet[IMP] tests.common: turn class methods into instance...
2014-04-08 Raphael Collet[IMP] registry: switch for a dummy lock only during...
2014-03-26 Fabien Meghazi[REV] revert refresh_routing_map
2014-03-26 Fabien Meghazi[MERGE] upstream
2014-03-20 Fabien Meghazi[IMP] better syntax for routing_map cache invalidation
2014-03-19 Fabien Meghazi[IMP] Allow openerp.modules.load_information_from_descr...
2014-03-18 chm@openerp.com[PATCH] sle
2014-03-17 Fabien Meghazi[FIX] Force routing map to be rebuilt between each...
2014-03-17 Antony Lesuisse[IMP] tests prepend modules names when logging
2014-02-27 Antony Lesuisse[MERGE] trunk
2014-02-18 Xavier Morel[IMP] slightly improve error message at the end of...
2014-02-18 Xavier Morel[FIX] run_unit_tests lying about its return value:...
2014-02-18 Xavier Morel[ADD] hooks to enable/disable tests running during...
2014-02-17 Xavier Morel[IMP] unwrap tests suites during module loading, prepar...
2014-02-17 Xavier Morel[FIX] only run test modules called test_*, similar...
2014-02-17 Antony Lesuisse[FIX] ir.http testing generate a router including the...
2014-02-16 Antony Lesuisse[IMP] phantomjs testing
2014-02-14 Xavier Morel[FIX] missed case where sys.modules values can be None
2014-02-14 Xavier Morel[IMP] use TestSuite.addTests instead of manually iterat...
2014-02-14 Xavier Morel[IMP] replace explicit iteration by listcomp
2014-02-14 Xavier Morel[REM] unused variable
2014-02-14 Xavier Morel[IMP] fix flow analysis warning, simplify loader code
2014-02-14 Xavier Morel[REM] redundant logger initialization
2014-02-09 Antony Lesuisse[FIX] restore testing after patching runbot
2014-02-09 Antony Lesuissefix try to fix runbot oe command
2014-02-09 Antony Lesuissenew test execution engine
2014-02-06 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5224...
2014-01-30 Olivier Dony[FIX] modules.loading: clear caches after test rollback...
2014-01-29 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5006...
2014-01-21 Denis Ledoux[FIX] modules: multi worker signaling initialize variab...
2014-01-17 Christophe Simonismerge upstream
2014-01-16 Olivier Dony[FIX] modules: set initial values for multi-process...
2014-01-15 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5002...
2014-01-15 Christophe Simonis[FIX] correct uses of addons_path
2014-01-10 Christophe Simonis[FIX] migration: correct the verification of module...
2013-12-18 jke-openerp[IMP] Move threading.currentThread().testing from load_...
2013-12-02 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 4992...
2013-11-27 Christophe Simonis[FIX] module loading: do not warn about missing access...
2013-11-25 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 4984...
2013-11-21 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-11-19 Christophe Simonismerge upstream
2013-11-14 Martin Trigaux[FIX] registry: missing a threading.RLock in RegistryMa...
2013-10-31 Christophe Simonis[FIX] module loading: do not warn about missing access...
2013-10-18 niv-openerp[MERGE] saas2
2013-10-16 Christophe Simonis[IMP] module loading: run post- migration scripts befor...
2013-10-16 Olivier Dony[MERGE] Forward-port of latest saas-1 bugfixes, up...
2013-10-11 Olivier Dony[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-10-11 Olivier Dony[FIX] registry: restore `elif` changed to `if` in previ...
2013-10-11 Olivier Dony[FIX] registry: avoid discarding registry or cache...
2013-10-11 Guewen Baconnier[FIX] missing a threading.RLock in RegistryManager...
2013-09-18 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4908...
next