Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't sent empty samples to odoo #23

Merged
merged 1 commit into from
Jan 3, 2024
Merged

Don't sent empty samples to odoo #23

merged 1 commit into from
Jan 3, 2024

Conversation

TheBigLee
Copy link
Contributor

@TheBigLee TheBigLee commented Dec 29, 2023

Summary

  • If the executed query doesn't return any data, we shouldn't send it to odoo as it will only pollute the Odoo job queue.

Checklist

  • Categorize the PR by setting a good title and adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog
  • Update tests.
  • Link this PR to related issues.

@TheBigLee TheBigLee added the bug Something isn't working label Dec 29, 2023
@TheBigLee TheBigLee requested a review from a team as a code owner December 29, 2023 09:42
If the executed query doesn't return any data, we shouldn't send it to
odoo as it will only pollute the Odoo job queue.

Signed-off-by: Nicolas Bigler <[email protected]>
@TheBigLee TheBigLee merged commit 62d5209 into master Jan 3, 2024
3 checks passed
@TheBigLee TheBigLee deleted the fix/empty_sample branch January 3, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants