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.7 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ===========================
  5. Web Switch Company Warning
  6. ===========================
  7. Shows a warning if current company has been switched in another tab or window.
  8. Known issues / Roadmap
  9. ======================
  10. * If the browser don't implement Sharded Worker (http://www.w3.org/TR/workers/#sharedworker), the warning message will not be displayed (there is no polyfill).
  11. * Switching company in a separate browser or in private browsing mode will not be detected by this module. It's a limitation of Shared Wworker(limit to browser session, server:port...)
  12. Bug Tracker
  13. ===========
  14. Bugs are tracked on `GitHub Issues <https://github.com/OCA/
  15. web/issues>`_.
  16. In case of trouble, please check there if your issue has already been reported.
  17. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback `here <https://github.com/OCA/
  18. web/issues/new?body=module:%20
  19. web_switch_company_warning%0Aversion:%20
  20. 0.1%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  21. Credits
  22. =======
  23. Contributors
  24. ------------
  25. * Hparfr <https://github.com/hparfr>
  26. Maintainer
  27. ----------
  28. .. image:: https://odoo-community.org/logo.png
  29. :alt: Odoo Community Association
  30. :target: https://odoo-community.org
  31. This module is maintained by the OCA.
  32. OCA, or the Odoo Community Association, is a nonprofit organization whose
  33. mission is to support the collaborative development of Odoo features and
  34. promote its widespread use.
  35. To contribute to this module, please visit http://odoo-community.org.