Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / openerp / addons / base / ir / ir_model.py
2014-11-17 Christophe Simonis[MERGE] forward port of branch 8.0 up to c92e70b
2014-11-17 Raphael Collet[FIX] ir_model: on a custom model, _rec_name should...
2014-11-13 Raphael Collet[FIX] ir_model: always setup models before calling...
2014-11-05 Christophe Simonis[MERGE] forward port of branch 8.0 up to 491372e
2014-11-04 Raphael Collet[FIX] ir_model: fix create/update/delete custom fields
2014-10-29 Christophe Simonis[MERGE] forward port of branch 8.0 up to 92c7874
2014-10-27 Xavier Morel[ADD] Stripe-style APIDoc: content
2014-10-16 Christophe Simonis[MERGE] forward port of branch 8.0 up to 2b192be
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-09-24 Raphael Collet[FIX] ir_models: fix registry when we add/remove/modify...
2014-09-18 Martin Trigaux[IMP] gamification: allow to select fields of inherited...
2014-09-18 Martin Trigaux[ADD] base: list of inherited models on a ir.model
2014-09-16 Martin Trigaux[FIX] base: do not drop sql constraints during update
2014-09-15 Denis Ledoux[MERGE] forward port of branch saas-5 up to 163d7f5
2014-09-12 Olivier Dony[IMP] ir.model:.fields allow setting ondelete=restrict...
2014-09-09 Christophe Simonis[FIX] base: ir.model.data.name_get() respect expected...
2014-09-01 Yannick Vaucherfix typo on undeclared variable xml_id
2014-08-22 Martin TrigauxForward port of branch saas-5 up to rev 4895281e
2014-08-21 Martin TrigauxForward port of branch 7.0 up to 0ab88f5
2014-08-21 Martin Trigaux[FIX] ir_model: invalidate cache when adding new fields
2014-08-21 Martin Trigaux[FIX] base: wrong model change check
2014-07-25 Martin Trigaux[FIX] models: display_name and name_get mismatch
2014-07-15 Xavier Morel[FIX] missing part of initialization in ir.model and...
2014-07-10 Christophe Simonis[MERGE] forward port of branch saas-5 up to 73d39a0
2014-07-10 Christophe Simonis[MERGE] forward port of branch 7.0 up to 6e96ffd
2014-07-10 Xavier Morel[FIX] small potential encoding issue in custom models
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-07-06 Raphael Collet[MERGE] new v8 api by rco
2014-06-25 Jaydeep Barot[REM] Unnecessary `size` parameters on char fields
2014-06-10 Christophe Simonis[MERGE] forward port of branch 7.0 up to 6fdb783
2014-06-05 Martin Trigauxuninstall: avoid errors during uninstall
2014-05-20 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid b09b6a0
2014-05-15 Martin Trigaux[FIX] ir_model_fields: when adding a new custom column...
2014-05-06 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-04-28 Denis Ledoux[FIX] base: ir.model.fields, write, use tools.ustr...
2014-03-12 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5020...
2014-03-05 Olivier Dony[MERGE] Forward-port of 7.0 bugfixes, up to rev. 5251...
2014-02-24 Martin Trigaux[FIX] orm: do not drop low level columns (aka 'magic...
2014-02-21 Denis Ledoux[MERGE] Forward-port of latest saas-2 bugfixes, up...
2014-02-21 Denis Ledoux[FIX] ir_model: Uninstall with orphan external ids...
2014-01-29 Christophe Simonis[FIX] ir.model.data: correct cache clearing
2014-01-29 Antony Lesuisse[FIX] ir.model.data more faithful backward compatibilty
2014-01-29 Antony Lesuisse[IMP] ir.model.data clean up xmlid lookup mess
2014-01-27 Raphael Collet[IMP] in ir_model_data.get_object(), rename parameter...
2014-01-23 Raphael Collet[IMP] ir.model.data: get_object() never raises an excep...
2013-12-16 Fabien Meghazi[FIX] ir.model.data#_update() should honor the noupdate...
2013-12-06 Thibault Delavallée[IMP] ir_model: get_object: re-introduce old behavior...
2013-12-02 Christophe Matthieu[MERGE] sync with trunk
2013-11-30 Fabien Pinckaers[IMP] Performance improvement: improved cache with...
2013-11-25 Fabien Meghazi[IMP] raise AccessError for acl errors
2013-11-25 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 4984...
2013-11-25 Olivier[BACKPORT] backport from saas-2 (r4976): ir.model:...
2013-11-18 Olivier Dony[FIX] ir.model: during garbage collection of obsolete...
2013-11-08 Denis Ledoux[FIX]base: remove unnecessary field sizes from all...
2013-10-28 Thibault Delavallée[MERGE] Sync with trunk
2013-10-24 Xavier Morel[FIX] remove handling of parameters in ormcache clearing
2013-10-18 niv-openerp[MERGE] saas2
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-10 Olivier Dony[FIX] ir.model: FK constraints for custom m2o fields...
2013-10-06 Antony Lesuissefix res_group rename, move files to clean up res
2013-10-06 Antony Lesuisse[IMP] ir_actions cleanups.
2013-08-21 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 4899...
2013-08-20 Olivier Dony[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-07-30 Olivier Dony[FIX] ir.model: during creation of custom models, the...
2013-06-19 Quentin (OpenERP)[REF] fields: removed deprecated view_load attribute...
2013-06-12 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5006...
2013-06-07 Christophe Matthieu[IMP] Improve typos in warning (Grammar mistake, Capita...
2013-04-29 ggh-openerp[IMP] Improved code
2013-04-25 Thibault Delavallée[MERGE] Sync with trunk
2013-04-24 Xavier Morel[MERGE] from trunk because ???
2013-04-24 Quentin (OpenERP)[IMP] ir_model_data: docstring of check_object_referenc...
2013-04-24 Quentin (OpenERP)[IMP] ir_model_data: added raise_on_access_error as...
2013-04-24 Quentin (OpenERP)[REV] revert of commit 4953 that was not appropriate...
2013-04-23 Christophe Simonis[MERGE] forward port of server v7 up to revision 4954
2013-04-23 Tejas TankMerged Latest.
2013-04-23 Quentin (OpenERP)[IMP/FIX] ir_model_data: added check_object_reference...
2013-04-11 Raphael Collet[MERGE] from trunk
2013-04-04 Vo Minh Thu[MERGE] forward merge 7.0 until revision 4919.
2013-03-29 Raphael Collet[IMP] replace all tests like 'registry.get(X)' by ...
2013-03-27 Vo Minh Thu[MERGE] removed LocalService("workflow"), Logger class...
2013-03-27 Vo Minh Thu[REF] registry: the new_registry() helper is not useful...
2013-03-27 Chris Biersbach[FIX] Removes the limit of 64 characters from additiona...
2013-03-27 Vo Minh Thu[REF] no longer use openerp.pooler.
2013-03-26 Vo Minh Thu[REF]: use openerp.workflow instead of LocalService...
2013-03-21 Vo Minh Thu[FIX] ir_model_data: create the _inherits parent extern...
2013-03-01 Olivier Dony[FIX] registry: another pass of cleanup for registry...
2013-03-01 Vo Minh Thu[FIX] ir.model: uninstall should not drop LOG_ACCESS_CO...
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
next