[FIX] base: do not drop sql constraints during update
[odoo/odoo.git] / openerp / models.py
2014-09-16 Martin Trigaux[FIX] base: do not drop sql constraints during update
2014-09-15 Christophe Simonis[MERGE] forward port of branch 8.0 up to 780dd98
2014-09-15 Christophe Simonis[MERGE] forward port of branch saas-5 up to 7eab880
2014-09-11 Raphael Collet[FIX] models: in onchange(), do not send a field value...
2014-09-10 Raphael Collet[FIX] models: in method onchange(), check for record...
2014-09-10 Raphael Collet[FIX] openerp/osv/fields: disable prefetching when...
2014-09-05 Christophe Simonis[MERGE] forward port of branch 8.0 up to ed1c173
2014-09-04 Raphael Collet[IMP] models: inherited fields are related fields read...
2014-09-04 Raphael Collet[IMP] models: "X in self" is now equivalent to any...
2014-09-04 Raphael Collet[FIX] openerp.api.Environment: move recomputation todos...
2014-09-02 Raphael Collet[IMP] models: prefetch fields with groups (those to...
2014-09-02 Raphael Collet[IMP] models: do not prefetch too many records at once
2014-08-25 Samus CTO[FIX] Missing part of the revision 5f6fc473
2014-08-25 Samus CTO[FIX] model: prevent exporting column ID of non ordinar...
2014-08-23 MadeleineHerotypo
2014-08-22 Raphael Collet[ADD] doc: new documentation, with training tutorials...
2014-08-22 Raphael Collet[IMP] models: move prefetching of records back to metho...
2014-08-19 Christophe Simonis[FIX] models: onchange return all subfields in cache...
2014-08-19 Raphael Collet[FIX] models: improve rationale for the management...
2014-08-19 Raphael Collet[FIX] models: unexpected missing value when checking...
2014-08-18 Denis LedouxMerge branch '8.0' of github.com:odoo/odoo into 8.0
2014-08-18 Raphael Collet[IMP] models: improve code of _convert_to_write(),...
2014-08-14 Christophe Simonis[FIX] models: `_convert_to_write()` shall not return...
2014-08-14 Denis Ledoux[FIX] models: stored func fields computation on one2man...
2014-08-14 Christophe Simonis[FIX] models: onchange on new records do not nullify...
2014-08-13 Olivier Dony[MERGE] Forward-port of saas-5 up to 20cc18d
2014-08-12 Christophe Simonis[IMP] models.py: _auto_init: accelerate row existance...
2014-08-12 Olivier Dony[IMP] ORM: Coalesce NULL boolean values to false when...
2014-08-11 Olivier Dony[IMP] models._auto_init: avoid writing `False` default...
2014-08-08 Raphael Collet[FIX] fields: generalize inverse_field to a list of...
2014-08-08 Raphael Collet[FIX] models: default_get() used to miss values
2014-08-08 Richard Mathot[FIX] read_group cannot aggregate non-stored field
2014-08-07 Thibault Delavallée[FIX] mail, BaseModel, portal_sale: fixes and improveme...
2014-08-06 Raphael Collet[IMP] models: name_search() should call _name_search()
2014-08-06 Mohammed Shekha[FIX] Exporting of res.partner works again
2014-08-06 Raphael Collet[FIX] fields: convert_to_cache() on *2many fields must...
2014-08-05 Raphael Collet[IMP] models: turn _patch_method() and _revert_method...
2014-08-05 Samus CTO[IMP] Do not create FK when destination model is _auto...
2014-08-04 Raphael Collet[FIX] models: default_get() shall not return a dict...
2014-08-04 Raphael Collet[FIX] module loading: manual x2x fields can now refer...
2014-08-03 Olivier Dony[MERGE] Forward-port saas-5 up to 37ba23d
2014-08-01 Olivier Dony[MERGE] Foward-port saas-5 up to ee4df1e
2014-07-30 Raphael Collet[FIX] models: fixes #1017; do not update list in place...
2014-07-30 Olivier Dony[IMP] BaseModel: new `_translate` attribute to disable...
2014-07-25 Martin Trigaux[FIX] models: display_name and name_get mismatch
2014-07-24 Olivier Dony[FIX] models: check harder that default value is not...
2014-07-23 Olivier Dony[FIX] fields: do not revalidate field values unless...
2014-07-17 Christophe Matthieu[IMP] model: when the orm create/update a table check...
2014-07-17 Christophe Matthieu[FIX] model: The user install / update / test is differ...
2014-07-16 Xavier Morel[FIX] "prefetching" removing even the records specifica...
2014-07-16 xmo-odooMerge pull request #1076 from xmo-odoo/8.0-shop-fix-xmo
2014-07-15 Christophe Simonis[MERGE] forward port of branch saas-5 up to e0759c1
2014-07-14 Xavier Morel[REM] cache setting in _prefetch_field
2014-07-11 Xavier Morel[FIX] filtering out of records which shouldn't be fetch...
2014-07-11 Xavier Morel[FIX] only prefetch other cached records with read...
2014-07-10 Christophe Simonis[MERGE] forward port of branch saas-5 up to 73d39a0
2014-07-09 Raphael Collet[IMP] models: iterating over record._cache also returns...
2014-07-09 Raphael Collet[FIX] models: store FailedValue in cache on log_access...
2014-07-09 Raphael Collet[FIX] models: wrong var used in _compute_display_name...
2014-07-08 Raphael Collet[IMP] models: add an extension mechanism for attribute...
2014-07-08 Raphael Collet[FIX] models, fields: add model dependencies for models...
2014-07-07 Raphael ColletMerge pull request #976 from odoo-dev/8.0-fix-model...
2014-07-07 xmo-odooMerge pull request #970 from xmo-odoo/8.0-remove-unnece...
2014-07-07 xmo-odooMerge pull request #969 from xmo-odoo/8.0-fix-weakset...
2014-07-07 Raphael Collet[FIX] models: reorganize model instantiation, which...
2014-07-07 Raphael ColletMerge pull request #964 from odoo-dev/8.0-remove-getatt...
2014-07-07 Xavier Morel[REM] unecessary calls to list()
2014-07-07 Xavier Morel[FIX] unsafe listification of weakref in Python < 2.7.4
2014-07-07 Raphael Collet[REM] models: remove the magic methods signal_XXX()
2014-07-07 Xavier Morel[IMP] raise exception when a DB request fetches ids...
2014-07-06 Raphael Collet[MERGE] new v8 api by rco