Daily updates from Odoo
Sunday, November 23, 2025
2 changes
Enhancements to existing features
Japanese state records have been updated to use their native Japanese names directly instead of relying on translations. This makes location names more consistent and easier for users in Japan to recognize, while also aligning state codes with ISO standards.
Original PR description
Since state names are not handled by translations, storing them directly in Japanese provides a better user experience. This **PR** updates the existing Japanese state records with their native Japanese names. Additionally, it aligns the state codes as per ISO standards. **task**-5345872 Forward-Port-Of: odoo/odoo#236649
This update lets Point of Sale and Self-Order connect to local devices such as Epson printers and the black box over HTTP on supported browsers, without requiring certificates. It removes a common setup blocker and makes local hardware integration easier for stores using the latest Chrome versions.
Original PR description
*: pos_self_order, pos_epson_printer Feature: https://chromestatus.com/feature/5152728072060928 Since Chrome 142, a new feature called “Local Network Access” has been added, allowing local IPs to be contacted via HTTP without mixed content errors. This means that certificates are no longer required to contact Epson printers or the black box. Forward-Port-Of: odoo/odoo#236325 Forward-Port-Of: odoo/odoo#235702