Wednesday, April 2, 2025
2 changes · saas-18.1
Resolved issues and error corrections
Point of Sale now loads product variant costs when calculating prices from cost-based pricelists. This prevents incorrect or missing pricing for businesses that base POS sales prices on product costs.
Original PR description
Before this commit, if a pricelist was based on the product cost, it wasn't working as it didn't load the cost of the product variants. opw-4654773 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The IoT Box status page now shows the connected database URL using the correct status information. This helps users and support teams quickly confirm which database the device is connected to, reducing confusion during setup or troubleshooting.
Original PR description
On the IoT box status display, there is supposed to be an entry showing the URL of the connected database. However, prior to this commit it was using the incorrect key (`odoo_server_url` instead of `server_status`). This commit fixes the functionality by using the correct key. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr