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.

55 lines
1.3 KiB

  1. .. image:: https://www.gnu.org/graphics/lgplv3-147x51.png
  2. :target: https://www.gnu.org/licenses/lgpl-3.0.en.html
  3. :alt: License: LGPL-v3
  4. =========================
  5. Web Actions Window Reload
  6. =========================
  7. This module provides a way to trigger reload of the current window on ActionManager
  8. Usage
  9. =====
  10. To use this functionality you need to return following action:
  11. .. code-block:: python
  12. @api.multi
  13. def foo():
  14. self.ensure_one()
  15. return {
  16. 'type': 'ir.actions.act_view_reload',
  17. }
  18. Bug Tracker
  19. ===========
  20. Bugs are tracked on `GitHub Issues
  21. <https://github.com/OCA/web/issues>`_. In case of trouble, please
  22. check there if your issue has already been reported. If you spotted it first,
  23. help us smash it by providing detailed and welcomed feedback.
  24. Credits
  25. =======
  26. Contributors
  27. ------------
  28. * Petar Najman <petar.najman@modoolar.com>
  29. Maintainer
  30. ----------
  31. .. image:: https://odoo-community.org/logo.png
  32. :alt: Odoo Community Association
  33. :target: https://odoo-community.org
  34. This module is maintained by the OCA.
  35. OCA, or the Odoo Community Association, is a nonprofit organization whose
  36. mission is to support the collaborative development of Odoo features and
  37. promote its widespread use.
  38. To contribute to this module, please visit https://odoo-community.org.