Friday, April 25, 2025
2 changes · master
Resolved issues and error corrections
This change restores support for Adam weighing scales that had been removed too early. It helps existing customers who still use these scales continue operating and upgrade without losing hardware compatibility.
Original PR description
This reverts commit f1b1062e0417f6a6a8a6137dbf1bf1c64523c2be. The Adam scales were deprecated prematurely while we still had clients using them. To allow the future upgrades and scales support for these clients we revert the deprecation Related community PR: https://github.com/odoo/odoo/pull/207259
Today's call activities now exclude items linked to records the user is not allowed to view. This prevents access errors and lets users continue seeing the activities they can legitimately work on.
Original PR description
If an activity is created for a record that the responsible user does not have access to, trying to fetch "today's activities" would result in an access error. This commit adapts the get_today_call_activities code to filter out activities associated with a record that the current user does not have access to.