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.

59 lines
1.5 KiB

  1. .. image:: https://img.shields.io/badge/licence-lgpl--3-blue.svg
  2. :target: http://www.gnu.org/licenses/LGPL-3.0-standalone.html
  3. :alt: License: LGPL-3
  4. ================
  5. Base Fontawesome
  6. ================
  7. Provide up to date `Fontawesome <http://fontawesome.io/>`_ resources.
  8. Current version: 5.3.1 (the version of this module matches it).
  9. Usage
  10. =====
  11. Now, all free icons from `Font Awesome <https://fontawesome.com/icons?d=gallery&m=free>`_
  12. can be used on odoo. It also adds three options in order to add the icons:
  13. * solid_icon
  14. * regular_icon
  15. * brand_icon
  16. The usage depends on the configuration of the icon.
  17. For example, brand_icon is necessary if we are using an icon of a brand::
  18. <button brand_icon="fa-amazon-pay"/>
  19. Bug Tracker
  20. ===========
  21. Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_. In
  22. case of trouble, please check there if your issue has already been
  23. reported. If you spotted it first, help us smashing it by providing a
  24. detailed and welcomed feedback.
  25. Credits
  26. =======
  27. Contributors
  28. ------------
  29. * Simone Orsi simone.orsi@camptocamp.com
  30. * Enric Tobella <etobella@creublanca.es>
  31. Maintainer
  32. ----------
  33. .. image:: https://odoo-community.org/logo.png
  34. :alt: Odoo Community Association
  35. :target: https://odoo-community.org
  36. This module is maintained by the OCA.
  37. OCA, or the Odoo Community Association, is a nonprofit organization
  38. whose mission is to support the collaborative development of Odoo
  39. features and promote its widespread use.
  40. To contribute to this module, please visit https://odoo-community.org.