Closed mmequignon closed 2 years ago
pls rewrite the commit as this does not affect connector_algolia and then check the build :pray:
@lmignon @hparfr should be fine for elastic search too, no?
/ocabot merge minor
On my way to merge this fine PR! Prepared branch 14.0-ocabot-merge-pr-121-by-lmignon-bump-minor, awaiting test results.
@lmignon your merge command was aborted due to failed check(s), which you can inspect on this commit of 14.0-ocabot-merge-pr-121-by-lmignon-bump-minor.
After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red.
/ocabot merge patch
What a great day to merge this nice PR. Let's do it! Prepared branch 14.0-ocabot-merge-pr-121-by-simahawk-bump-patch, awaiting test results.
Congratulations, your PR was merged at 9008a9ad1f47a457f59c6a3160309bb6ada3ade0. Thanks a lot for contributing to OCA. ❤️
Algolia accepts both
int
andstring
asobjectID
, but will convert them to a string anyway as mentionned here. When retrieving algolia records, we were trying to browse odoo records from this objectID, which led to this kind of error:This PR ensures that this
objectID
is casted to an integer.