-
-
Notifications
You must be signed in to change notification settings - Fork 500
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
[15.0][ADD] website_sale_order_cancel: New module website_sale_order_cancel #994
base: 15.0
Are you sure you want to change the base?
Conversation
c7c258d
to
0b82494
Compare
Hi @pedrobaeza @chienandalu, sorry to bother you. I'm facing an issue with the tour and I can't get the tests to pass. Do you have any suggestions or ideas on how to resolve this? I’d really appreciate your help. Thank you! The error in question: https://github.com/OCA/e-commerce/actions/runs/12251915314/job/34177467304?pr=994#step:8:2487 |
Sorry, I can't help in this. |
0b82494
to
a23c1af
Compare
Thank you @pedrobaeza anyways, finally figured it out. I was following this guide and, in the Python section, it says you have to specify 'your_module.your_tour_name': Well, removing 'your_module' was enough to solve it, kinda misleading. 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, tested in runboat
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, tested in runboat and code review
a23c1af
to
69c6486
Compare
69c6486
to
cc8f5ae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This module allows customers to cancel confirmed sales orders directly from the Odoo portal using a simple confirmation modal. The sale order cannot be cancelled if it has any validated related stock pickings.
cc https://github.com/APSL 164428
@miquelalzanillas @lbarry-apsl @mpascuall @peluko00 @javierobcn @BernatObrador please review