odoo/addons/calendar
Kersten Jeremy 02be7aa65c [IMP] Improve Calendar synchronization
- Use the new fields from calendar (renamed in 9398.1.7 trunk-cal-v8-jke)
    - Manage some google excpetions about token expiration
    - Manage some google excpetions about token revokation
    - Manage some google excpetions about 410 - Gone from google
    - Detect / Allow user to change the calendar and remove all old reference.
    - Use by default the since_modified for synchronization and not always a full (updatedTime in google)
    - Add some key for ir_parameters : 
             'calendar.week_synchro' : number of week to synchornize when we are in full mode
             'calendar.block_synchro_attendee' : need to synchronize the attendees between google and openerp (creation of partner)
             'calendar.block_since_synchro' : Always use the full synchro. (Can be forced in "one time" removing the last synchro from res_users form)
             'calendar.debug_print' : _logger is more verbose
    - Pep 8
    - Change behaviour of do_request to return a tuple with status raquest and response
    - Add field from token and synchro date in res_users view form
2014-05-14 10:28:10 +02:00
..
controllers [REM] Removed addons.web#html_template usage 2014-05-06 18:33:34 +02:00
i18n Launchpad automatic translations update. 2014-05-08 05:38:46 +00:00
security [FIX] Add missing security rules 2014-05-05 17:43:09 +02:00
static [REF] Calendar refactoring - Manage allday in date field and not datetime. 2014-04-30 11:36:13 +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 [FIX] Fix access rule for portal. Add timezone in small calendar from email 2014-05-05 14:46:57 +02:00
base_calendar_view.xml [MERGE] Merge with trunk-cal-jke 2014-01-14 16:59:27 +01:00
calendar.py [IMP] Improve Calendar synchronization 2014-05-14 10:28:10 +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 [REF] Replace temp name by real name 2014-05-05 17:42:46 +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
contacts_view.xml [FIX] domain added to see only your own contact in model calendar.contact 2014-02-20 09:58:37 +01:00
crm_meeting.py [MERGE] Merge with trunk-cal-jke 2014-01-14 16:59:27 +01:00
crm_meeting_data.xml [MERGE] Merge with trunk-cal-jke 2014-01-14 16:59:27 +01:00