Thursday, March 20, 2025
2 changes · saas-18.1
Resolved issues and error corrections
Raspberry Pi 4 IoT boxes now apply the same display hotplug settings to the second HDMI port as the first. This fixes cases where screens connected to HDMI port 2 would not show an image, improving reliability for dual-port display setups.
Original PR description
In #198750, some options were added to `/boot/config.txt` to allow hotplugging of displays. However, they only applied for the first HDMI port. This commit adds the same options for the second HDMI port. Before this commit, HDMI port 1 behaved as expected, but HDMI port 2 never showed an image. After this commit, both HDMI ports, no matter when they are plugged in, will display an image. This only applies to the Raspberry Pi 4. Raspberry Pi 5 hotplugging remains non-functional. task-4642624 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Point of Sale now applies the right pricelist rule when several rules with different minimum quantities are available. This helps ensure customers are charged the intended price and reduces pricing mistakes at checkout.
Original PR description
When multiple pricelist rules with different minimum quantities existed (global or category-based), the incorrect rule was being selected. This was caused by an unnecessary search on already filtered and priority-sorted pricelist rules. Now we simply select the first matching rule, respecting the priority. opw-4609371 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr