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.

73 lines
2.2 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. Odoo 11.0 Domain Widget Preview
  6. ===============================
  7. This module replaces the functionality of the domain widget to use a preview of
  8. the brand new interface that will be found in Odoo 11.0.
  9. Usage
  10. =====
  11. To use this module, you need to:
  12. #. Enable the developer mode.
  13. #. Go to *Settings > Technical > User interface > User-defined Filters* and
  14. choose or create one.
  15. #. Choose a model if there is none.
  16. #. You will be able to choose the domain using the updated domain widget.
  17. Install any addon that makes use of the domain widget (i.e. ``mass_mailing``)
  18. and you will be also able to use the new widget there.
  19. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  20. :alt: Try me on Runbot
  21. :target: https://runbot.odoo-community.org/runbot/162/10.0
  22. Known issues / Roadmap
  23. ======================
  24. * This addon replaces the built-in ``char_domain`` widget, so it can break
  25. compatibility with other addons that use or extend it.
  26. Bug Tracker
  27. ===========
  28. Bugs are tracked on `GitHub Issues
  29. <https://github.com/OCA/web/issues>`_. In case of trouble, please
  30. check there if your issue has already been reported. If you spotted it first,
  31. help us smash it by providing detailed and welcomed feedback.
  32. Credits
  33. =======
  34. Most code copied from https://github.com/odoo/odoo/tree/68176d80ad6053f52ed1c7bcf294ab3664986c46/addons/web/static/src
  35. Images
  36. ------
  37. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  38. Contributors
  39. ------------
  40. * Odoo SA <https://www.odoo.com>
  41. * Jairo Llopis <jairo.llopis@tecnativa.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.