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.

64 lines
2.1 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. ===============================
  4. Tags widget for one2many fields
  5. ===============================
  6. This module adds a widget ``one2many_tags`` that looks and behaves like ``many2many_tags``, but works for one2many fields.
  7. Usage
  8. =====
  9. To use this module, use ``widget="one2many_tags"`` on your field element.
  10. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  11. :alt: Try me on Runbot
  12. :target: https://runbot.odoo-community.org/runbot/162/8.0
  13. For further information, please visit:
  14. * https://www.odoo.com/forum/help-1
  15. Bug Tracker
  16. ===========
  17. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  18. In case of trouble, please check there if your issue has already been reported.
  19. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  20. `here <https://github.com/OCA/web/issues/new?body=module:%20web_widget_one2many_tags%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  21. Known issues / Roadmap
  22. ======================
  23. * as one2many fields are cached on the client side until the user hits `Save`
  24. on the main form, no ``name_get`` can be called on those records, which is
  25. why changes that update the display name are not reflected until saving, and
  26. new records are displayed as `New record` until then. If you don't like this,
  27. add the field `display_name` to your form and have it recomputed in an
  28. @onchange handler.
  29. Credits
  30. =======
  31. Contributors
  32. ------------
  33. * Holger Brunn <hbrunn@therp.nl>
  34. * Iván Todorovich <ivan.todorovich@gmail.com>
  35. * Peter Hahn <peter.hahn@initos.com>
  36. Maintainer
  37. ----------
  38. .. image:: https://odoo-community.org/logo.png
  39. :alt: Odoo Community Association
  40. :target: https://odoo-community.org
  41. This module is maintained by the OCA.
  42. OCA, or the Odoo Community Association, is a nonprofit organization whose
  43. mission is to support the collaborative development of Odoo features and
  44. promote its widespread use.
  45. To contribute to this module, please visit https://odoo-community.org.