[MERGE] forward port of branch 8.0 up to 2e092ac
[odoo/odoo.git] / openerp / models.py
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