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.

77 lines
1.9 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. Tracking value change improved
  6. ==============================
  7. This module extends the mail_tracking_value functionality that records
  8. value changes on predefined fields.
  9. It adds support for many2many and one2many fields, which are not handled
  10. well by default.
  11. It also implements a new view (little bit more user friendly than the
  12. existing one) to watch for changes
  13. Installation
  14. ============
  15. To install this module, you need to:
  16. #. Just install the module
  17. Configuration
  18. =============
  19. To configure this module, you need to:
  20. # No configuration is necessary
  21. Usage
  22. =====
  23. To access the new view displaying value changes :
  24. Settings -> Technical -> Improved tracking values
  25. Known issues / Roadmap
  26. ======================
  27. * Improve rendering of values depending of type using qweb widgets
  28. Bug Tracker
  29. ===========
  30. Bugs are tracked on `GitHub Issues
  31. <https://github.com/OCA/mail_improved_tracking_value/issues>`_. In case of trouble, please
  32. check there if your issue has already been reported. If you spotted it first,
  33. help us smash it by providing detailed and welcomed feedback.
  34. Credits
  35. =======
  36. Images
  37. ------
  38. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  39. Contributors
  40. ------------
  41. * Thierry Ducrest <thierry.ducrest@camptocamp.com>
  42. Maintainer
  43. ----------
  44. .. image:: https://odoo-community.org/logo.png
  45. :alt: Odoo Community Association
  46. :target: https://odoo-community.org
  47. This module is maintained by the OCA.
  48. OCA, or the Odoo Community Association, is a nonprofit organization whose
  49. mission is to support the collaborative development of Odoo features and
  50. promote its widespread use.
  51. To contribute to this module, please visit https://odoo-community.org.