Fix problem canceling the invoice if already canceled on PAC
If for some reason there were an error and PAC SF cancel an invoice but the invoice remains open on OpenERP, trying to cancel the invoice again give an exception indicating that the invoice is already canceled preventing continue with the normal process at OpenERP.
This commit fix that behavior, now if invoince is already canceled on PAC the cancelation process continue on OpenERP.