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.

87 lines
2.4 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. Multiple Images in Partners
  6. ===========================
  7. This module implements the possibility to have multiple images for a partner.
  8. Installation
  9. ============
  10. To install this module, you need to:
  11. * Install ``base_multi_image`` from
  12. `OCA/server-tools <https://github.com/OCA/server-tools>`_.
  13. Usage
  14. =====
  15. To use this module, you need to:
  16. #. Go to *Sales > Sales > Customers* and choose a partner.
  17. #. Go to the new *Images* tab.
  18. #. Add a new image.
  19. #. Refresh the page.
  20. #. The first image in the collection is the main image for the partner.
  21. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  22. :alt: Try me on Runbot
  23. :target: https://runbot.odoo-community.org/runbot/135/9.0
  24. Known issues / Roadmap
  25. ======================
  26. * If you try to sort images before saving the partner, you will get an error
  27. similar to ``DataError: invalid input syntax for integer:
  28. "one2many_v_id_62"``. This bug has not been fixed yet, but a workaround is
  29. to save and edit again to sort images.
  30. Bug Tracker
  31. ===========
  32. Bugs are tracked on `GitHub Issues
  33. <https://github.com/OCA/partner-contact/issues>`_. In case of trouble, please
  34. check there if your issue has already been reported. If you spotted it first,
  35. help us smash it by providing detailed and welcomed feedback.
  36. Credits
  37. =======
  38. Images
  39. ------
  40. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  41. Original implementation
  42. -----------------------
  43. This module is inspired in previous module *product_images* from OpenLabs
  44. and Akretion.
  45. Contributors
  46. ------------
  47. * Sharoon Thomas
  48. * Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  49. * Rafael Blasco <rafabn@antiun.com>
  50. * Jairo Llopis <yajo.sk8@gmail.com>
  51. * Sodexis <dev@sodexis.com>
  52. * Sergio Teruel <sergio.teruel@tecnativa.com>
  53. Maintainer
  54. ----------
  55. .. image:: https://odoo-community.org/logo.png
  56. :alt: Odoo Community Association
  57. :target: https://odoo-community.org
  58. This module is maintained by the OCA.
  59. OCA, or the Odoo Community Association, is a nonprofit organization whose
  60. mission is to support the collaborative development of Odoo features and
  61. promote its widespread use.
  62. To contribute to this module, please visit https://odoo-community.org.