[IMP] add an 'active' field on ir.model.access and ir.rule objects
[odoo/odoo.git] / openerp / addons / base / ir / ir_model.py
2012-07-13 Alexis de Lattre[IMP] add an 'active' field on ir.model.access and...
2012-06-27 Antony Lesuisse[MERGE] trunk
2012-06-22 Fabien Pinckaers[IMP] clean UI for ir.model.data form and tree view
2012-06-19 Vo Minh Thu[FIX] res.partner.category: the relation table name...
2012-06-19 Vo Minh Thu[MERGE] merged trunk.
2012-06-15 Olivier Dony[IMP] access rights: improve error messages for ACLs...
2012-06-01 Vo Minh Thu[IMP] uninstall: use a dedicated table for many2many...
2012-06-01 Vo Minh Thu[IMP] uninstall: use dedicated table instead of overloa...
2012-04-24 Purnendu Singh ... [MERGE] merge with mma branch
2012-04-24 Mayur Maheshwari... [IMP]all: Improve all typos
2012-04-06 Thibault Delavallée[DOC] Added some comments.
2012-04-03 Thibault Delavallée[IMP] Added a variable in context for install mode
2012-04-02 Thibault Delavallée[REM] Removed res.log feature in ORM. However, the...
2012-03-31 Olivier Dony[IMP] ir.model: cleanup/de-duplicate code
2012-03-31 Olivier Dony[IMP] users,ir.model: cleanup - ondelete does not exist...
2012-03-31 Olivier Dony[IMP] ir.model: avoid name clash between dummy vars...
2012-03-31 Olivier Dony[IMP] orm,ir.model: improve registration and deletion...
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[IMP] ir.model: safeguards to prevent dropping vital...
2012-03-23 olt@tinyerp.com[FIX] fixes AttributeError NoneType object has no attri...
2012-03-21 Olivier Dony[IMP] ir.model: lint cleanup
2012-03-20 Atul Patel (OpenERP)[MERGE]: Merge with lp:openobject-server
2012-03-12 Atul Patel (OpenERP)[FIX]: FIX query groupby problem for string
2012-03-12 Atul Patel (OpenERP)[FIX]: Minor fix for null value in fetchall
2012-03-09 Atul Patel (OpenERP)[FIX]: uninstall module.
2012-03-01 Atul Patel (OpenERP)[FIX]: remove unused code
2012-02-29 Atul Patel (OpenERP)[FIX]: Remove workflow activity and drop constraint...
2012-02-27 Olivier Dony[FIX] ir.model: workaround for broken Python 2.6 implem...
2012-02-09 Raphael Collet[FIX] revert rev 4018 (revid:rco@openerp.com-2012020816...
2012-02-08 Antony Lesuisse[FIX] ir.model filter out link that occurs when using...
2012-02-08 Raphael Collet[FIX] ir_model: do not call is_transient on None
2012-02-08 Vo Minh Thu[MERGE] merged logging changes: use a top-level `opener...
2012-02-08 Olivier Dony[FIX] ir.model: fix incorrect translate call: _()
2012-02-02 Vo Minh Thu[IMP] logging: _logger.warn() replaced by _logger.warni...
2012-01-24 Vo Minh Thu[IMP] openerp.addons.base: _logger with fully qualified...
2012-01-04 Olivier Dony[IMP] cleanup deprecated method=True param for function...
2011-12-22 Olivier Dony[IMP] fields.sparse: custom sparse field creation now...
2011-12-22 Olivier Dony[MERGE] sync with trunk
2011-11-16 Olivier Dony[MERGE] Implementation of sparse field (to review)...
2011-11-07 Numerigraphe - Lio... [FIX] unmutable defaults in base addons.
2011-10-17 Olivier Dony[FIX] ir_model.name_search: was incorrectly relying...
2011-10-13 Olivier Dony[IMP] ir.model.data: sanity check to help prevent exter...
2011-09-23 Olivier Dony[FIX] ir.model: typo - ir.model.model is the model...
2011-09-23 sebastien beau[FIX] fix bug when updating a field. The support of...
2011-09-22 Olivier Dony[MERGE] sync with latest trunk
2011-09-20 sebastien beau[REF] ir_model_field replace the serialisation_field...
2011-09-19 Olivier Dony[MERGE] enforce unique `key` attribute for res.currency...
2011-09-17 sebastien beau[IMP] add the posibility to create sparse field dynamically
2011-09-15 Olivier Dony[FIX] ir.model.data: revert previous context patch...
2011-09-15 Olivier Dony[IMP] ir.model.data: better message + support optional...
2011-09-06 Olivier Dony[IMP] ir.model.data: usability - rename `XML ID` -...
2011-08-31 Vo Minh Thu[MERGE] merged trunk.
2011-08-24 Antony Lesuisse[IMP] ir.model.data unlink clear full cache
2011-08-24 Antony Lesuisse[FIX] ir.model clear_cache use self
2011-08-24 Antony Lesuisse[MERGE] 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-07-26 Nimesh (Open ERP)Add missing unique keys
2011-06-24 Olivier Dony[IMP] lint cleanup
2011-06-24 Olivier Dony[MERGE] sync with trunk
2011-06-22 Vo Minh Thu[MERGE] ir_model_data unlinking does not use _unlink...
2011-06-08 Antony Lesuisse[IMP] new tools.cache cleaner, 10% speedup and more...
2011-05-31 Olivier Dony[MERGE] merged with latest trunk
2011-05-31 Olivier Dony[MERGE] merged latest trunk
2011-05-31 Olivier Dony[IMP] ir.model.data: remove obsolete _unlink() and...
2011-05-27 Vo Minh Thu[FIX] osv/ir_model: forgot to remove the module arg...
2011-05-20 Olivier Dony[FIX] ir.model.data: add missing return statement,...
2011-05-19 Vo Minh Thu[REF] ir.ir_{set,get,del}: removed openerp.ir:
2011-05-12 odo@tinyerp.com[FIX] solve cache problem when unlink ir.model.data
2011-04-08 Olivier Dony[MERGE] merged latest trunk
2011-04-06 Vo Minh Thu[MERGE] merged 6.0.
2011-03-29 Olivier Dony[MERGE] merged latest trunk
2011-03-29 Olivier Dony[FIX] orm,ir.model: add eval of domain for relationship...
2011-03-24 Olivier Dony[IMP] ir.model.access: split method for generating...
2011-02-07 Vo Minh Thu[IMP] openerp python module.