Saturday, December 6, 2025
1 change
Enhancements to existing features
This update strengthens our testing process for access controls within the VoIP module. Previously, tests relied on manual data manipulation, which was prone to errors and difficult to maintain. Now, tests utilize a more reliable method – 'has_access' – ensuring consistent and accurate verification of access rights.
Original PR description
In our tests for access rights, we manually do CRUD operations to check them. However, this approach is difficult to maintain and highly susceptible to changes in model fields. Therefore, we are switching to using has_access function for more robust verification. Forward-Port-Of: odoo/enterprise#101456