Hello,
I am running Odoo 19 using Docker and have encountered an unexpected behavior related to resetting the environment.
After attempting a clean reset using the following command:
docker-compose down -v
I then performed a fresh installation of Odoo. However, the dashboard still displays applications that were installed before the reset, even though the Docker volumes were removed and the installation should be clean.
I observed that this behavior depends on the network provider (Wi-Fi / internet connection) used to access Odoo.
When accessing Odoo from the same network as before, the previously installed applications are still visible.
When switching to a different network provider, the dashboard no longer shows those applications and appears as a fresh installation.
For comparison, I tested the same setup and reset process using Odoo 18, and this behavior does not occur there. In Odoo 18, performing docker-compose down -v results in a fully clean installation regardless of the network used to access the system.
This suggests a possible regression or change in behavior specific to Odoo 19.
Could anyone advise whether this is expected behavior in Odoo 19, a known issue, or if there are additional steps required to fully reset Odoo when using Docker?