[FIX] orm: better removal of custom m2m fields
[odoo/odoo.git] / openerp / addons / base / ir / ir_model.py
2014-07-08 Martin Trigaux[FIX] orm: better removal of custom m2m fields
2014-07-08 Martin Trigaux[FIX] ir.model.fields: better unlink
2014-06-05 Martin Trigauxuninstall: avoid errors during uninstall
2014-05-15 Martin Trigaux[FIX] ir_model_fields: when adding a new custom column...
2014-04-28 Denis Ledoux[FIX] base: ir.model.fields, write, use tools.ustr...
2014-02-24 Martin Trigaux[FIX] orm: do not drop low level columns (aka 'magic...
2013-11-25 Olivier[BACKPORT] backport from saas-2 (r4976): ir.model:...
2013-10-10 Olivier Dony[FIX] ir.model: FK constraints for custom m2o fields...
2013-07-30 Olivier Dony[FIX] ir.model: during creation of custom models, the...
2013-06-07 Christophe Matthieu[IMP] Improve typos in warning (Grammar mistake, Capita...
2013-04-24 Quentin (OpenERP)[REV] revert of commit 4953 that was not appropriate...
2013-04-23 Quentin (OpenERP)[IMP/FIX] ir_model_data: added check_object_reference...
2013-03-27 Chris Biersbach[FIX] Removes the limit of 64 characters from additiona...
2013-03-01 Olivier Dony[FIX] registry: another pass of cleanup for registry...
2013-02-28 Olivier Dony[FIX] ir.model: properly signal registry change for...
2013-01-21 dle@openerp.com[FIX]Uninstall : Savepoint before unlink
2012-12-27 Fabien Pinckaers[IMP] custom model allowed
2012-12-14 Xavier Morel[REM] unused local variables
2012-12-14 Xavier Morel[FIX] unnecessary backslashes
2012-12-14 Xavier Morel[FIX] mutable default argument values
2012-12-14 Xavier Morel[FIX] unresolved reference: 'model' not available insid...
2012-12-14 Xavier Morel[REM] unnecessary parens
2012-12-04 Vo Minh Thu[MERGE] fix the serialized field domain in the model...
2012-11-26 Olivier Dony[MERGE] Forward-port 6.1 bugfixes up to rev. 4307
2012-11-09 Xavier Morel[FIX] nuke ir.model.data caches before starting imports
2012-11-02 Xavier Morel[REM] useless intermediate lambdas in default values
2012-10-13 Antony Lesuisse[FIX] cleanup ir.xml mess, ir.ui.view name is now optio...
2012-10-05 Raphael Collet[FIX] ir: small fix to handle missing models when upgrading
2012-09-29 Fabien Pinckaers[MERGE] active of ACLs, courtesy of akretion
2012-08-24 Vo Minh Thu[FIX] custom models: avoid calling twice __init__,...
2012-08-23 Vo Minh Thu[FIX] uninstall: pass IDs instead of names to _module_d...
2012-08-06 Xavier Morel[IMP] code style improvements
2012-07-13 Alexis de Lattre[IMP] add an 'active' field on ir.model.access and...
2012-07-03 Sanjay Gohel (Open... [IMP]rename translate into translateble in ir model
2012-07-02 DBR (OpenERP)[Merge]with :lp:openobject-server
2012-06-28 Hardik[IMP]Technical Database Structure Models :Form View...
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
next