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.

53 lines
1.6 KiB

6 years ago
  1. ======================
  2. MuK Web Client Refresh
  3. ======================
  4. Adds a channel called "refresh" to the web client, which can be used to trigger
  5. a view reload without refreshing the browser itself. Furthermore, it allows the
  6. user the creation of action rules. These rules can be applied to any model and
  7. trigger a refresh either on create, update or unlink.
  8. Installation
  9. ============
  10. To install this module, you need to:
  11. Download the module and add it to your Odoo addons folder. Afterward, log on to
  12. your Odoo server and go to the Apps menu. Trigger the debug modus and update the
  13. list by clicking on the "Update Apps List" link. Now install the module by
  14. clicking on the install button.
  15. Configuration
  16. =============
  17. To configure this module, you need to:
  18. #. Go to *Settings* while being in debug mode.
  19. #. Afterwards go to *Technical -> Automation -> Automated Refresh*.
  20. #. And create a new refresh action.
  21. Usage
  22. =============
  23. Besides creating a action rule, a view refresh can be triggered manually via python.
  24. This can be useful if there is a need for a view reload on other operations.
  25. Credits
  26. =======
  27. Contributors
  28. ------------
  29. * Mathias Markl <mathias.markl@mukit.at>
  30. Author & Maintainer
  31. -------------------
  32. This module is maintained by the `MuK IT GmbH <https://www.mukit.at/>`_.
  33. MuK IT is an Austrian company specialized in customizing and extending Odoo.
  34. We develop custom solutions for your individual needs to help you focus on
  35. your strength and expertise to grow your business.
  36. If you want to get in touch please contact us via mail
  37. (sale@mukit.at) or visit our website (https://mukit.at).