-
Notifications
You must be signed in to change notification settings - Fork 30k
[FIX] l10n_in_pos: tb on receipt with customer after payment done #191972
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
Closed
djip-odoo
wants to merge
2
commits into
odoo:17.0
from
odoo-dev:17.0-l10n_in_pos-no-customer-details-on-receipt-with-selected-customer-djip
Closed
[FIX] l10n_in_pos: tb on receipt with customer after payment done #191972
djip-odoo
wants to merge
2
commits into
odoo:17.0
from
odoo-dev:17.0-l10n_in_pos-no-customer-details-on-receipt-with-selected-customer-djip
Conversation
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
18248e5
to
ed36e8d
Compare
caburj
reviewed
Jan 8, 2025
ed36e8d
to
88ffbee
Compare
Steps: - Open a POS shop. - Create an order, select a customer, and validate it. Issue: - The generated receipt did not include customer name and phone details. Cause: - Customer details were not being passed correctly to the receipt template. Fix: - Modified the process of adding customer details so they are now correctly displayed on the receipt. Task- 4431623
In this commit: - we are updating pot file from `Not receive Bearer Token` to `Unable to retrieve Viva Wallet Bearer Token: Please verify that` `the Client ID and Client Secret are correct`. - ref: odoo#191765
88ffbee
to
7c36d33
Compare
robodoo r+ rebase-ff |
Merge method set to rebase and fast-forward. |
robodoo
pushed a commit
that referenced
this pull request
Jan 9, 2025
Steps: - Open a POS shop. - Create an order, select a customer, and validate it. Issue: - The generated receipt did not include customer name and phone details. Cause: - Customer details were not being passed correctly to the receipt template. Fix: - Modified the process of adding customer details so they are now correctly displayed on the receipt. Task- 4431623 Part-of: #191972 Signed-off-by: Joseph Caburnay (jcb) <jcb@odoo.com>
This was referenced Jan 9, 2025
BurkhalterY
pushed a commit
to Burkhalter-IT/odoo
that referenced
this pull request
Jan 28, 2025
Steps: - Open a POS shop. - Create an order, select a customer, and validate it. Issue: - The generated receipt did not include customer name and phone details. Cause: - Customer details were not being passed correctly to the receipt template. Fix: - Modified the process of adding customer details so they are now correctly displayed on the receipt. Task- 4431623 Part-of: odoo#191972 Signed-off-by: Joseph Caburnay (jcb) <jcb@odoo.com>
BurkhalterY
pushed a commit
to Burkhalter-IT/odoo
that referenced
this pull request
Jan 28, 2025
In this commit: - we are updating pot file from `Not receive Bearer Token` to `Unable to retrieve Viva Wallet Bearer Token: Please verify that` `the Client ID and Client Secret are correct`. - ref: odoo#191765 closes odoo#191972 Signed-off-by: Joseph Caburnay (jcb) <jcb@odoo.com>
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.
Steps:
Issue:
Cause:
Fix:
in the receipt.
Task- 4431623