Tuesday, June 10, 2025
2 changes · master
Enhancements to existing features
The Point of Sale settings now include the missing documentation link for the Tyro payment provider. This makes it easier for users configuring Tyro payments to find the right setup guidance directly from Odoo.
Original PR description
Before this commit: --------------------------- - Tyro payment provider were missing documentation link in POS configuration. After this commit: ------------------------- - Added missing documentation link for Tyro payment Provider. Task: 4797691 Related PR: https://github.com/odoo/odoo/pull/210133
The WhatsApp test setup now uses partner and guest records instead of a generic persona representation. This keeps enterprise tests closer to real system behavior and helps reduce the risk of mismatches between automated checks and actual customer usage.
Original PR description
Use partners and guests to be as close to python as possible. Part of task-4675747 Part of task-4676466 https://github.com/odoo/odoo/pull/212092