[IMP] Remove constraint on google_internal_event_id on attendee because google share them ID between the attendees

bzr revid: jke@openerp.com-20131219210628-3sza94f02z2lj3zn
This commit is contained in:
jke-openerp 2013-12-19 22:06:28 +01:00
parent 8685cd72e8
commit 6473e55ea3
1 changed files with 1 additions and 1 deletions

View File

@ -731,7 +731,7 @@ class calendar_attendee(osv.osv):
'oe_synchro_date': fields.datetime('OpenERP Synchro Date'),
}
_sql_constraints = [('google_id_uniq','unique(google_internal_event_id)', 'Google ID must be unique!')]
#_sql_constraints = [('google_id_uniq','unique(google_internal_event_id)', 'Google ID must be unique!')]
def write(self, cr, uid, ids, vals, context=None):
if context is None: