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.

92 lines
2.5 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_easy_switch_company
  6. =======================
  7. This module extend web backend and allow user to switch to another company more easily.
  8. Configuration
  9. =============
  10. To configure this module, you need to:
  11. * Enable multi company in your odoo instance
  12. * Add your user in at least 2 companies, and you will see the switch at the upper right corner
  13. Usage
  14. =====
  15. Functionality:
  16. --------------
  17. * Add a new menu in the top bar to switch to another company more easily;
  18. * Remove the old behaviour to switch company;
  19. Documentations:
  20. ---------------
  21. * Video : http://www.youtube.com/watch?v=Cpm6dg-IEQQ
  22. Technical information:
  23. ----------------------
  24. * Create a field function 'logo_topbar' in res_company to have a good"""
  25. """resized logo;
  26. Limits:
  27. -------
  28. * It would be interesting to show the structure of the companies;
  29. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  30. :alt: Try me on Runbot
  31. :target: https://runbot.odoo-community.org/runbot/162/9.0
  32. Known issues / Roadmap
  33. ======================
  34. Bug Tracker
  35. ===========
  36. Bugs are tracked on `GitHub Issues
  37. <https://github.com/OCA/web/issues>`_. In case of trouble, please
  38. check there if your issue has already been reported. If you spotted it first,
  39. help us smashing it by providing a detailed and welcomed `feedback
  40. <https://github.com/OCA/
  41. web/issues/new?body=module:%20
  42. web_easy_switch_company%0Aversion:%20
  43. 9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  44. Credits
  45. =======
  46. Images
  47. ------
  48. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  49. Contributors
  50. ------------
  51. * Copyright: 2014, Groupement Régional Alimentaire de Proximité;
  52. * Author: Sylvain LE GAL (https://twitter.com/legalsylvain);
  53. * Contributor: Nicolas JEUDY - Sudokeys (https://github.com/njeudy)
  54. Maintainer
  55. ----------
  56. .. image:: https://odoo-community.org/logo.png
  57. :alt: Odoo Community Association
  58. :target: https://odoo-community.org
  59. This module is maintained by the OCA.
  60. OCA, or the Odoo Community Association, is a nonprofit organization whose
  61. mission is to support the collaborative development of Odoo features and
  62. promote its widespread use.
  63. To contribute to this module, please visit https://odoo-community.org.