You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mathias Markl
12f77ffc29
|
7 years ago | |
---|---|---|
.. | ||
models | 7 years ago | |
security | 7 years ago | |
static | 7 years ago | |
template | 7 years ago | |
views | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
__init__.py | 7 years ago | |
__manifest__.py | 7 years ago |
README.md
MuK Web Client Refresh
Adds a "refresh" channel to the web client, which can be used to trigger a view refresh without refreshing the browser itself. Furthermore, it allows the user the creation of "refresh" rules. These rules can be applied to any Odoo model and trigger a refresh either on create, write or unlink.
Python Support
Besides creating a "refresh" rule, a view refresh can be triggered manually via python. This can be useful if there is a need for a view refresh on other operations like an action.
self.env['bus.bus'].sendone('refresh', self._name)