[FIX] calendar: avoid to pass ids as string to unlink and write methods
authorDenis Ledoux <dle@odoo.com>
Thu, 23 Oct 2014 14:40:53 +0000 (16:40 +0200)
committerDenis Ledoux <dle@odoo.com>
Thu, 23 Oct 2014 14:40:53 +0000 (16:40 +0200)
commit2c1bcfb2c90c2dbe5273e890bad173e2f345bb1b
tree1efb10d1dc00fe394bca9ff71140a380aa7e7045
parent076fedb6a784466525496700a5f21c7db73bf389
[FIX] calendar: avoid to pass ids as string to unlink and write methods

opw-616532: if the event is associated somehow to a workflow, an assert is done to check that element of the ids list are (int, long)
addons/calendar/calendar.py