Thursday, December 26, 2024
4 changes
1 change
Enhancements to existing features
Product public descriptions are now available directly in the Point of Sale product information popup. This helps store staff see customer-facing product details in the PoS terminal without needing extra self-order or delivery integrations installed.
Original PR description
Before this commit: ========== - The public description field is only visible in the product form after the `pos_self_order` or `pos_urban_piper` modules have been installed. - We are not providing a public description in the product information popup for the PoS terminal. After this commit: ========== - The public description field is visible after the `point_of_sale` module is installed in the product form view. - Public description is available in the product information popup for the PoS terminal. task- 4337758 Related: https://github.com/odoo/odoo/pull/189122
3 changes
Enhancements to existing features
The IoT Box homepage now shows a clearer warning when the HTTPS certificate is missing or has an issue, helping users understand that their subscription may not be linked. The technical view still provides detailed error information so support teams can diagnose certificate problems faster.
Original PR description
In this commit: =============== - Display a warning alert on the homepage when no HTTPS certificate is linked or there's an issue with the certificate, and the technical tab is inactive. - The alert notifies the user that their IoT Box subscription is not linked and advises contacting the account manager to unlock full potential. - On opening the technical tab, show a detailed error code retrieved from the IoT Box to assist in diagnosing HTTPS certificate issues. Task-4364406 Related enterprise PR-https://github.com/odoo/enterprise/pull/74949 
Point of Sale settings now include a documentation link for configuring Razorpay payment terminals. This makes it easier for businesses to find setup guidance directly from the configuration screen, reducing confusion during payment terminal onboarding.
Original PR description
In this commit: =============== Added documentation link in pos.config for Razorpay terminal Task-4431707
The IoT setup flow now uses clearer wording when guiding users through connecting an IoT box. This should reduce confusion during setup and help users understand connection steps or issues more easily.
Original PR description
In this commit: ================ This commit updates text strings Task-4364406 Related community PR-https://github.com/odoo/odoo/pull/189263