Closed mmequignon closed 8 months ago
connector_search_engine: fix find binding by record_id
-> connector_search_engine: fix delete obsolete records
/ocabot merge patch
On my way to merge this fine PR! Prepared branch 14.0-ocabot-merge-pr-190-by-simahawk-bump-patch, awaiting test results.
Congratulations, your PR was merged at a2bc2ffafe7696a374f778c9bd797c3f3500b796. Thanks a lot for contributing to OCA. ❤️
objectID on search_engine represents the id of the record, not the id of the binding. This PR replaces
browse(objectID)
withsearch([("record_id", "=", objectID)])