Thursday, October 2, 2025
3 changes · 19.0
Enhancements to existing features
The IoT Box device information now includes its MAC address and shows it on the IoT Box homepage. This makes it easier during installations to identify each box and assign stable IP addresses reliably.
Original PR description
This PR adds the MAC address to the device info returned by the IoT Box. It is displayed on the IoT Box Homepage. This helps to fix ip addresses of the IoT Boxes during the installations. Forward-Port-Of: odoo/odoo#228042
Turkish Nilvera e-invoice and e-dispatch documents now combine both address lines into the street name sent to Nilvera. This better matches Nilvera's expected format and removes the need for users to leave the second address line empty.
Original PR description
…reet2 in UBL We are concatenating the values of `street` and `street2` fields on `res.partner` because nilvera expects only <cbc:StreetName> for the fully qualified street name. The previously enforced validation that forced `street2` to be left empty is also removed to match the change. task-5002986 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Product category pages generated by the website sales tool can now include a cover image when one is available. This helps create richer, more visually appealing storefront pages with minimal manual work.
Original PR description
Also add the cover_image for the product category if available