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 7ecff272b4 . 6 years ago
..
doc german 6 years ago
i18n german 6 years ago
models update 6 years ago
security Client Refresh 7 years ago
static update 6 years ago
template update 7 years ago
tests test 6 years ago
views german 6 years ago
LICENSE update 7 years ago
README.md german 6 years ago
__init__.py . 6 years ago
__manifest__.py german 6 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.env.cr.dbname, self._name, self._uid])