| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 224 |
| Technical Name |
refresh_mixin |
| License | AGPL-3 |
| Website | https://polimex.co |
| Versions | 19.0 |
refresh_mixin
The refresh_mixin module is part of the Polimex RFID project. It provides automatic state
refresh and client view update capabilities, improving the responsiveness of Odoo web interfaces.
Overview
This module integrates refresh functionality into Odoo views and controllers. It is designed to seamlessly work with the existing modules in the Polimex RFID suite, enabling real-time updates without requiring a full page reload. The implementation uses a combination of Python for backend logic and JavaScript/TypeScript for front‐end interactions.
Features
- Automatic refresh of data views in real time.
- Enhanced user interface responsiveness.
- Seamless integration with the core Polimex RFID modules.
- Optimized for performance using modern web technologies.
Module Manifest & Dependencies
The module manifest includes the following details:
- Module Name: refresh_mixin
- Version: 18.0
- Author: Polimex
- Dependencies:
- base
- web
- hr_rfid
- License: (as specified in the manifest)
Installation
- Copy the
refresh_mixinmodule folder into your Odoo addons directory. - Update the Odoo module list.
- Install the module from the Odoo interface ensuring that all its dependencies are met.
Technical Details
The module leverages Odoo\'s mixin architecture to inject refresh functionality into client widgets. Back-end controllers and model methods are extended to handle refresh events. Front-end JavaScript and TypeScript code operates in conjunction with Odoo\'s web client to provide dynamic, asynchronous updates within the interface.
License & Credits
For license details and credits, please refer to the module manifest and accompanying documentation within the Polimex RFID project.
Please log in to comment on this module