| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 120 |
| Technical Name |
listview_lazyloading |
| License | OPL-1 |
| Website | https://github.com/sipsak |
| Versions | 17.0 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 120 |
| Technical Name |
listview_lazyloading |
| License | OPL-1 |
| Website | https://github.com/sipsak |
| Versions | 17.0 18.0 19.0 |
List View Infinite Scroll
Transform Pagination into Seamless Streaming
Tired of clicking "Next" repeatedly? The List View Infinite Scroll module replaces standard Odoo pagination with a modern, high-performance lazy loading mechanism. Records are loaded automatically as you scroll, providing a social-media-like experience for your business data.
Now upgraded with Smart Retry Logic: It catches up even if you scroll faster than the network can handle!
Key Features
Infinite Scrolling
Navigate through thousands of records without interruption. As you reach the bottom of the list, the next batch loads instantly.
Smart Queueing (New)
Includes intelligent "Retry Logic". If you scroll aggressively fast, the system queues your request and loads the data immediately after the current process finishes. No skips, no stuck loading.
Global Configuration
Administrators can set a "Lazy Load Limit" that applies globally to all users, ensuring consistent performance across the organization.
How It Works
Optimized Performance:
Unlike standard pagination which might feel clunky, this module uses a lightweight Javascript observer. It detects when you are nearing the end of the list and pre-fetches the next batch.
User Experience First:
We reduced the loading latency to just 100ms, making the interface feel snappy and responsive. The access rights are handled securely via session info, ensuring no permission errors for standard users.
Configuration
Go to Settings > General Settings > Performance to adjust the batch size.
Need Help?
If you encounter any issues or have feature requests, please feel free to contact the author.
Visit GitHub ProfileList View Lazy Loading
Overview
The List View Lazy Loading module enhances the standard Odoo list view by implementing an infinite scroll mechanism. Instead of using pagination controls to navigate through pages of records, users can simply scroll down, and new records will be automatically loaded and appended to the list.
Features
- Infinite Scrolling: Automatically loads next batch of records when scrolling to the bottom.
- Improved UX: Smoother navigation without the need to click pagination buttons.
- Performance: Reduces initial load time by fetching data in chunks.
Configuration
No special configuration is required. Once installed, the module automatically applies lazy loading to list views.
Usage
- Navigate to any tree/list view in Odoo.
- Scroll down to the bottom of the list.
- Observe that additional records are loaded automatically.
Credits
- Author: Burak Şipşak
- Version: 17.0.1.0.0
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module