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.

56 lines
1.4 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 Image URL
  6. =============
  7. This module provides web widget for displaying image from URL on form and tree views.
  8. Usage
  9. =====
  10. To use this module, you need to decorate xml field with widget ``image_url``.
  11. .. code-block:: xml
  12. <field name="avatar" widget="image_url" class="oe_image_small" width="100px" height="100px"/>
  13. Here's an examples of how images looks like on a form
  14. .. figure:: static/description/image.png
  15. Bug Tracker
  16. ===========
  17. Bugs are tracked on `GitHub Issues
  18. <https://github.com/OCA/web/issues>`_. In case of trouble, please
  19. check there if your issue has already been reported. If you spotted it first,
  20. help us smash it by providing detailed and welcomed feedback.
  21. Credits
  22. =======
  23. Contributors
  24. ------------
  25. * Petar Najman <petar.najman@modoolar.com>
  26. * Sladjan Kantar <sladjan.kantar@modoolar.com>
  27. Maintainer
  28. ----------
  29. .. image:: https://odoo-community.org/logo.png
  30. :alt: Odoo Community Association
  31. :target: https://odoo-community.org
  32. This module is maintained by the OCA.
  33. OCA, or the Odoo Community Association, is a nonprofit organization whose
  34. mission is to support the collaborative development of Odoo features and
  35. promote its widespread use.
  36. To contribute to this module, please visit https://odoo-community.org.