I have just found out that, if you are working in your laptop with a copy of a production db, app notifications still get sent, which means that, nonsense might be sent to actual users.
Does anyone know how we can prevent a test db from connecting to Odoo? Is there a "System Parameter" that needs to be changed? (database.uuid doesn't seem to do the trick)
;)
Have you seen https://www.odoo.com/forum/help-1/what-is-the-best-practice-for-restoring-a-production-backup-and-disabling-email-crons-etc-137923 ?
Still missing the point. The problem here is that all is (and should be) working but dev-db should not communicate with the online service sending messages to the mobile phone app.
So, there must be a db parameter capable of disabling communicating with Odoo's server that delivers messages to people's phones.
Furthermore, I found out that this is happening because "User B" was created as a duplicate of "User A". "User A" always gets a copy of any notifications (mobile app) to "user B".
So disconnect your laptop from WIFI? Or use Odoo.sh? How are we to know which database is DEV and which is PROD?