Package Buckaroo SDK, handle status 794, and remove TCS giftcard - #12
Merged
Conversation
- Ship the Buckaroo SDK as a pinned pip dependency (addon requirements.txt) so the module installs on a clean Odoo 19 without repo-specific mounts; CI installs from it as a clean-install check. - Classify Buckaroo status 794 (pending approval) as a pending state instead of leaving it unhandled.
Drops TCS from the giftcard backend options, its payment.method/provider data records, the changelog and store description, its brand logo, and the related test coverage.
vildanbina
force-pushed
the
fix/pr-11-payment-blockers
branch
from
July 24, 2026 14:40
15b28ff to
9a7910f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Trimmed, low-risk subset of the PR #11 review. The edge-case/behavioural changes (Google Pay rework, surcharge VAT reallocation, webhook durability, 490→190 recovery) were dropped after review — they added risk to a QA-validated addon without fixing observed breakage.
What ships here
requirements.txt, so the module installs on a clean Odoo 19 image without the repo-specific PYTHONPATH mount. CI installs from it as a clean-install check.794(pending approval) as a pending state instead of leaving it unhandled.payment.method/provider data, the changelog and store description, its logo, and the related test coverage.