[ADD] Adding images for pagers & pager styling
[odoo/odoo.git] / openerp / modules /
2011-12-09 Xavier Morel[IMP] icon management in modules
2011-12-09 Xavier Morel[IMP] opening and getting data from module description...
2011-12-09 Xavier Morel[IMP] reduce noise in setting default values of module...
2011-12-08 Antony Lesuisse[MERGE] module kanban
2011-12-08 Antony Lesuisse[IMP] ir.module.module: rename is_application to applic...
2011-12-08 Minh TranChanged modules icons in the vignette
2011-12-08 Christophe Simonis[IMP] ir.module.module: rename 'core' to 'is_application'
2011-12-06 Fabien Pinckaers[IMP] Core features on modules, better views for modules
2011-12-01 Raphael Collet[IMP] indicate tests in current thread, and prevent...
2011-10-17 Raphael Collet[IMP] mark as read all res_log entries created during...
2011-10-12 Olivier Dony[FIX] modules.graph: avoid crash when a module has...
2011-10-04 Antony Lesuisse[FIX] complexity default, and base category
2011-10-04 Antony Lesuisse[MERGE] basesetup-dynamic-stw
2011-10-03 Stephane Wirtel[MERGE]
2011-09-30 Xavier Morel[FIX] deadlock between crons scheduling and new registr...
2011-09-30 Stephane Wirtel[MERGE] Merge Upstream
2011-09-30 Stephane Wirtel[FIX] store the complexity field from the manifest...
2011-09-29 Stephane Wirtel[IMP] base: each ir.module.category will be assigned...
2011-09-28 Olivier Dony[FIX] cron/registry: typo
2011-09-28 Olivier Dony[IMP] cron: misc renaming and minor changes to improve...
2011-09-28 Olivier Dony[MERGE] sync with latest trunk
2011-09-27 Olivier Dony[MERGE] sync with latest trunk
2011-09-24 Antony Lesuisse[MERGE] trunk
2011-09-23 Olivier Dony[IMP] orm: fix Model hierarchy to avoid TransientModel...
2011-09-23 Olivier Dony[FIX] loading: remove leftover debugging breakpoint
2011-09-23 Olivier Dony[IMP] orm: introduce cleaner class hierarchy for models
2011-09-22 Olivier Dony[MERGE] sync with latest trunk
2011-09-21 Olivier Dony[MERGE] sync w/ latest trunk
2011-09-16 Xavier Morel[FIX] race condition in RegistryManager
2011-09-16 Vo Minh Thu[IMP] openerp.modules.db: nice critical logging, and...
2011-09-14 Vo Minh Thu[IMP] wsgi:
2011-09-06 Olivier Dony[MERGE] latest trunk
2011-09-02 Vo Minh Thu[IMP] wsgi: modules can be pre-loaded and expose a...
2011-09-02 Vo Minh Thu[FIX] loading: load base only once.
2011-08-31 Vo Minh Thu[MERGE] merged trunk.
2011-08-31 Vo Minh Thu[FIX] registry: forgot the self/cls args.
2011-08-30 Vo Minh Thu[IMP] simplified cache implementation (and stored on...
2011-08-27 Antony Lesuisse[MERGE] trunk
2011-08-26 Olivier Dony[FIX] registry: use a unique list of models to load...
2011-08-26 Vo Minh Thu[FIX] registry.py: typos (invalid syntax).
2011-08-25 Vo Minh Thu[IMP] tools.cache: added missing clean_caches_for_db...
2011-08-19 Olivier Dony[MERGE] latest trunk
2011-08-16 Vo Minh Thu[REF] osv: replace isinstance(m,osv_memory) by m.is_tra...
2011-08-16 Vo Minh Thu[REF] osv: previous diff makes unneccessary one of...
2011-08-12 Vo Minh Thu[MERGE] merged trunk.
2011-08-12 Vo Minh Thu[REF] osv: moved (and adapted) vacuum code to osv_memory.
2011-08-11 Vo Minh Thu[IMP] unaccent: support for the postgres unaccent contr...
2011-08-09 Vo Minh Thu[MERGE] merged trunk.
2011-08-09 Vo Minh Thu[IMP] cron: added yaml test.
2011-08-01 Xavier Morel[IMP] sort imports, improve functional shortcuts to...
2011-08-01 Xavier Morel[IMP] use logging in db initialization
2011-08-01 Xavier Morel[IMP] don't manually manage extracted indexes when...
2011-07-22 Vo Minh Thu[IMP] unaccent: added an unaccent command-line flag...
2011-07-18 Olivier Dony[FIX] modules.loading: no warning about access right...
2011-07-14 Vo Minh Thu[IMP] cron: minor cleaning.
2011-07-14 Vo Minh Thu[IMP] cron: moved netsvc.Agent to openerp.cron.
2011-07-13 Vo Minh Thu[IMP] registry: whene deleting a registry, also delete...
2011-07-12 Olivier Dony[FIX] module.loading: ensure installed modules are...
2011-07-11 Vo Minh Thu[FIX] loading: pool.get("ir.module.module") was done...
2011-07-11 Olivier Dony[IMP] module.loading: attempt to load each module atomi...
2011-06-15 Vo Minh Thu[MERGE] orm: _auto_init made of smaller methods, use...
2011-06-15 Vo Minh Thu[LINT] removed unused variable, forgot to change two...
2011-06-14 Vo Minh Thu[REF] osv: moved osv_pool to modules/registry.
2011-06-10 Vo Minh Thu[REF] orm: defer foreign key creation.
2011-05-26 Vo Minh Thu[REF] osv:
2011-05-19 Vo Minh Thu[REF] moved openerp/registry/manager.py => openerp...
2011-05-17 Vo Minh Thu[REF] simplified init_db/load_modules:
2011-05-11 Vo Minh Thu[REF] renamed modules.__init__ to modules.loading.
2011-05-11 Vo Minh Thu[REF] module code goes into openerp.modules.module.
2011-05-11 Vo Minh Thu[REF] openerp.modules: migration manager code moved...
2011-05-11 Vo Minh Thu[REF] moved graph code from modules.__init__ to modules...
2011-05-11 Vo Minh Thu[REF] moved init_db from tools.misc to modules.db.
2011-05-11 Vo Minh Thu[REF] module info (descriptor) dictionary default value...
2011-05-11 Vo Minh Thu[REF] modules.__init__:
2011-05-10 Vo Minh Thu[FIX] db.get_progress was broken:
2011-05-10 Vo Minh Thu[REF] modules.__init__: combined _load_data and _load_xml:
2011-05-19 Vo Minh Thu[REF] it seems ok to get the ir.module.module model...
2011-05-10 Vo Minh Thu[REF] modules.__init__:
2011-05-19 Vo Minh Thu[REF] osv, modules/__init__cosmetic renaming, added...
2011-05-07 Vo Minh Thu[REF] explicit service objects instanciation.
2011-04-28 Vo Minh Thu[REF] separate/expose some code.
2011-04-20 Vo Minh Thu[REF] openerp.modules