Thursday, June 6, 2024
3 changes · saas-17.3
Resolved issues and error corrections
This update addresses follow-up comments from the recent expense onboarding work, polishing how expense-related products and list or kanban views behave. It helps make the onboarding experience more consistent and reduces minor issues for users setting up expenses.
Original PR description
This commit resolves the unresolved comments mentioned on the expense onboarding PR https://github.com/odoo/odoo/pull/166321 task-3919542 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The self-ordering product screen now opens product information correctly when users tap the info button. This prevents an error from interrupting customers or staff during ordering, improving checkout reliability.
Original PR description
Before this commit: ========== - Clicking the product info button on the product screen caused a traceback. After this commit: ========== - The product info button functions properly, and the traceback is no longer present. task-3972473
The payment reminder email template can now be previewed without failing when a payment link is unavailable. This prevents confusion for users reviewing reminder emails and keeps template setup smoother.
Original PR description
**Version:** - master **Steps to reproduce:**: - open 'subscription: payment reminder' template - click on preview **Issue:** - preview payment reminder template it is giving error because it is not getting payment link for 'pay now' button. **Solution:** - added a fallback value for 'pay now' button if it not get payment link value. task-3956795