odoo/addons/google_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 [IMP] Improve Calendar synchronization 2014-05-14 10:28:10 +02:00
security [Typo] Typo access security... 2013-12-11 20:18:57 +01:00
static [IMP] Improve Calendar synchronization 2014-05-14 10:28:10 +02:00
views [IMP] Improve Calendar synchronization 2014-05-14 10:28:10 +02:00
__init__.py [TYPO] Rename google_base_account into google_account 2013-12-19 15:25:14 +01:00
__openerp__.py [IMP] Improve Calendar synchronization 2014-05-14 10:28:10 +02:00
google_calendar.py [IMP] Improve Calendar synchronization 2014-05-14 10:28:10 +02:00
res_config.py [FIX] google_calendar: store empty strings in config_parameters 2014-01-28 19:12:37 +01:00
res_config_view.xml [REF] Refactoring according to CHS and AL review 2014-01-13 18:41:57 +01:00