Offline mode¶
To ensure business continuity when connectivity is unreliable or unavailable, such as when commuting or while working in locations with poor or no coverage, Odoo makes certain data available offline for logged-in users.
When the internet connection is no longer active, views or records that were previously opened while online can be re-opened, regardless of whether they were active in the browser at the moment connectivity was lost.
Previously opened records can be viewed but not modified while offline.
Suggerimento
If you foresee connectivity issues, briefly open any views or records you expect to need so they can still be accessed if/when connectivity is lost.
Nota
Odoo supports offline access for apps and modules built using standard Odoo framework components.
For performance reasons, Odoo allocates a maximum of 2 GB for offline data. When this limit is reached, the oldest data is removed to make room for the most recent activity.
Performing a hard refresh using
Ctrl + F5orCmd + Shift + R, e.g., for troubleshooting reasons, removes all locally stored data. This impacts the availability of views and records in offline mode.