odoo/addons/calendar
Raphael Collet 97256fa1fb [IMP] models: move prefetching of records back to method _prefetch_field
The selection of records in cache for prefetching was moved to method
_read_from_database() by xmo at rev 785018cc in order to fix an access right
bug.  But this introduced an issue: to explicitly avoid prefetching, you should
use read() instead of browsing records.  We revert the change by xmo, without
reintroducing the bug (which apparently was fixed by another way).
2014-08-22 14:42:20 +02:00
..
controllers [MERGE] Forward-port of saas-5 up to 20cc18d 2014-08-13 20:46:47 +02:00
i18n [I18N] Update 8.0 translation with latest source code 2014-08-14 17:01:54 +02:00
security [FIX] Add missing security rules 2014-05-05 17:43:09 +02:00
static [FIX] calendar: dropdown button misaligned 2014-08-22 09:42:16 +02:00
test [REF] Replace temp name by real name 2014-05-05 17:42:46 +02:00
views [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00
__init__.py
__openerp__.py [IMP] calendar: favorite contacts list 2014-06-23 15:03:29 +02:00
calendar.py [IMP] models: move prefetching of records back to method _prefetch_field 2014-08-22 14:42:20 +02:00
calendar_data.xml [REF] Replace temp name by real name 2014-05-05 17:42:46 +02:00
calendar_demo.xml [REF] Replace temp name by real name 2014-05-05 17:42:46 +02:00
calendar_view.xml [MERGE] forward port of branch saas-5 up to 0739bc4 2014-08-11 15:58:02 +02:00
contacts.py [FIX] domain added to see only your own contact in model calendar.contact 2014-02-20 09:58:37 +01:00