first submodule: house_booking
[odoo/odoo.git] / openerp / models.py
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