[IMP] merging vmt improvements rng
[odoo/odoo.git] / openerp / addons / base / module / module.py
2012-05-23 Mayur Maheshwari... [IMP]module: improve name
2012-05-23 Mayur Maheshwari... [IMP]module: improve view of module
2012-05-18 Mayur Maheshwari... [IMP]module: improve tree and form view and remove...
2012-05-15 Raphael Collet[MERGE] trunk-v62_config (new config settings)
2012-05-15 Raphael Collet[IMP] module: simplify code to reload client
2012-05-15 Raphael Collet[IMP] module: use client action 'reload' when returning...
2012-04-23 Divyesh Makwana... [IMP] module : Improved the typos.
2012-04-03 Raphael Collet[MERGE] from trunk
2012-04-02 Raphael Collet[IMP] res.user form: hide groups in category 'Hidden'
2012-03-30 Olivier Dony[IMP] b.m.u: make dependency check faster before upgrad...
2012-03-30 Olivier Dony[IMP] module,ir.model: improve name choices
2012-03-30 Olivier Dony[IMP] Move uninstall behavior in modules.loading where...
2012-03-26 Olivier Dony[FIX] module: fix dependency computation to work recurs...
2012-03-23 Vo Minh Thu[MERGE] merged trunk.
2012-03-22 Olivier Dony[MERGE] Latest trunk
2012-03-22 Olivier Dony[IMP] module: lint cleanup
2012-03-15 Atul Patel (OpenERP)[FIX]: Fix dependency problem.
2012-03-09 Atul Patel (OpenERP)[FIX]: uninstall module.
2012-03-05 Vo Minh Thu[MERGE] merged 6.1.
2012-03-01 Carlos Vásquez[FIX] module icon doesn't update
2012-02-29 Atul Patel (OpenERP)[FIX]: Remove workflow activity and drop constraint...
2012-02-14 Olivier Dony[FIX] ir.module.module: `demo` field should be readonly
2012-02-08 Vo Minh Thu[IMP] gunicorn: installing modules with multiple proces...
2012-02-02 Vo Minh Thu[IMP] logging: _logger.warn() replaced by _logger.warni...
2012-01-31 Antony Lesuisse[MERGE] trunk
2012-01-30 Vo Minh Thu[IMP] manifest: `auto_installable` renamed to `auto_ins...
2012-01-26 Vo Minh Thu[IMP] ir.module.module: change `active` flag to
2012-01-24 Vo Minh Thu[IMP] openerp.addons.base: _logger with fully qualified...
2012-01-07 Olivier Dony[FIX] base: module sequence number removed from XML...
2012-01-04 Olivier Dony[IMP] cleanup deprecated method=True param for function...
2011-12-30 Antony Lesuisse[FIX] crm install trigger the setting dashboard
2011-12-23 Raphael Collet[MERGE] translations: import using lower-level sql...
2011-12-18 Fabien Pinckaers[IMP] module in categ links are installed automatically
2011-12-18 Fabien Pinckaers[IMP] order of main apps/modules
2011-12-13 Christophe Simonis[FIX] menu loading after immediate install of modules
2011-12-13 Raphael Collet[MERGE] users and groups: new implementation of group...
2011-12-13 Christophe Simonis[FIX] display config after immediate install (if any)
2011-12-12 Antony Lesuisse[FIX] more web removal
2011-12-12 Antony Lesuisse[IMP] immediate install, remove old web modules
2011-12-09 Xavier Morel[ADD] method returning the list of menus installed...
2011-12-09 Xavier Morel[ADD] API for immediate installation of modules (module...
2011-12-09 Raphael Colletmerge from trunk
2011-12-09 Raphael Collet[IMP] make module category and group names translatable
2011-12-08 Antony Lesuisse[IMP] ir.module.module: rename is_application to applic...
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-05 Fabien Pinckaers[IMP] useability + kanban view on modules
2011-12-01 Vo Minh Thu[MERGE] merged trunk.
2011-11-30 Naresh (OpenERP)[FIX]:loading translation of .zip module
2011-11-22 Numerigraphe - Lio... [IMP] Added missing vim mode lines
2011-11-07 Numerigraphe - Lio... [FIX] unmutable defaults in base addons.
2011-10-05 Stephane Wirtel[FIX] base: Add the visible field in the ir.module...
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[FIX] base: pass the context and define a new category...
2011-09-30 Stephane Wirtel[FIX] base: add a sequence field in ir.module.category
2011-09-29 Stephane Wirtel[IMP] base: each ir.module.category will be assigned...
2011-09-15 Vo Minh Thu[MERGE] ir_module_module: better (less browse() calls...
2011-09-15 Xavier Morel[IMP] ensure file is correctly closed even if file...
2011-09-15 Vo Minh Thu[MERGE] base: rename zipfile variable into zip_content...
2011-07-08 Raphael Collet[MERGE] add field 'complexity' in ir.module.module
2011-07-06 Hardik Ansodariy... [IMP]: complexity field is added in ir_module_module
2011-07-04 Rucha (Open ERP)[REF]: ir.module: Improvement in code, return common...
2011-06-30 Quentin (OpenERP)[MERGE] merge with main trunk
2011-06-10 P. Christeasir.module: refactor _get_views(), significantly optimize
2011-06-10 P. Christeasir.module: fix bad name of 'zipfile' variable
2011-06-08 P. Christeasir.module: Fix after e3770843a, don't call removed...
2011-05-12 Vo Minh Thu[MERGE] --i18n-overwrite can be used with --update.
2011-05-11 Vo Minh Thu[REF] module info (descriptor) dictionary default value...
2011-04-20 Vo Minh Thu[REF] openerp.modules
2011-03-29 aag (OpenERP)[IMP]: TASK of REWORK- Remove Upgrade call
2011-03-29 aag (OpenERP)[IMP]: TASK of REWORK- install Appl can install MOD
2011-03-28 aag (OpenERP)[IMP]server: Modification of Rework on 28 mar
2011-03-24 aag (OpenERP)[IMP] BASE: Now we can Inatall and Uninstall with only...
2011-03-23 Rucha (Open ERP)[REVERT]: Applied reverse changes for revno:3358
2011-03-23 Rucha (Open ERP)[REVERT]: Applied reverse changes for revno:3364
2011-03-18 Rucha (Open ERP)[IMP]: Improvement in module install/uninstall/upgrade...
2011-03-08 Rucha (Open ERP)[MERGE]: Merge with lp:~openerp-commiter/openobject...
2011-03-01 sus[IMP] : Improvement in server(module.py file)
2011-02-07 Vo Minh Thu[IMP] openerp python module.