Hello Folks,
I developed an addon for our Odoo instance (version 14, enterprise) that modifies the address form in our webshop, namely removes the company name as well as vat field. It's working perfectly fine in the second shot. In the first attempt, however, I removed the email field by accident.
The problem is, in my browser session the malformed form from the first attempt persists while everything looks fine when I use another browser, incognito mode etc.. I tried
- Clearing Browser Cache
- Regenerate Assets
- Refreshing the App
- Uninstalling & Reinstalling the App
What confuses me most: when I browse our production instance under another domain with that browser session, the error appears there as well! (Seriously, WTF?)
Finally, I cleared cache and cookies for both domains which resolved the problem.
Is there a way to force an update of the website without losing my browser session? Is that behaviour documented somewhere? I would be thankful to some insight in how sessions are managed by Odoo.
Thanks!