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.

80 lines
2.8 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. Custom shortcut icon (favicon)
  6. ==============================
  7. This module was written to allow you to customize your Odoo instance's shortcut
  8. icon (aka favicon). This is useful for branding purposes, but also for
  9. integrators who have many different Odoo instances running and need to see at a
  10. glance which browser tab does what.
  11. More info about favicon: https://en.wikipedia.org/wiki/Favicon
  12. Configuration
  13. =============
  14. Upload your favicon (16x16, 32x32, 64x64 or "as big as possible") on the
  15. company form. The file format would be ico, gif or png with 16x16, 32x32 or
  16. 64x64 pixels and 16 colors. Highers resolutions or colors support depends on
  17. the used browser, but most modern browsers do.
  18. Note that most browsers cache favicons basically forever, so if you want your
  19. icon to show up, you'll most probably have to delete you browser cache.
  20. You have a sample SVG that can be used as template for generating your icon
  21. in /static/src/img/master_original_favicon.svg. You can also search for some
  22. favicon generators across the web.
  23. Usage
  24. =====
  25. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  26. :alt: Try me on Runbot
  27. :target: https://runbot.odoo-community.org/runbot/162/8.0
  28. Known issues / Roadmap
  29. ======================
  30. * Allow to upload some big icon (preferrably SVG or the like) and generate
  31. all the icons from it
  32. * Generate icons suitable for mobile devices and web apps (see /static/src/img/
  33. folder inside the module for a sample of the possible current formats.
  34. * Put the icon definition at system level, not at company level. It doesn't
  35. make sense (as the icon is cached) to have a different icon per company.
  36. Bug Tracker
  37. ===========
  38. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  39. In case of trouble, please check there if your issue has already been reported.
  40. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  41. `here <https://github.com/OCA/web/issues/new?body=module:%20
  42. web_favicon%0Aversion:%20
  43. 8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  44. Credits
  45. =======
  46. Contributors
  47. ------------
  48. * Holger Brunn <hbrunn@therp.nl>
  49. * Pedro M. Baeza <pedro.baeza@gmail.com>
  50. Maintainer
  51. ----------
  52. .. image:: https://odoo-community.org/logo.png
  53. :alt: Odoo Community Association
  54. :target: https://odoo-community.org
  55. This module is maintained by the OCA.
  56. OCA, or the Odoo Community Association, is a nonprofit organization whose
  57. mission is to support the collaborative development of Odoo features and
  58. promote its widespread use.
  59. To contribute to this module, please visit https://odoo-community.org.