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
2.5 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
  1. Dashboard Tiles
  2. ===============
  3. Adds a dashboard where you can configure tiles from any view and add them as short cut.
  4. By default, the tile displays items count of a given model restricted to a given domain.
  5. Optionally, the tile can display the result of a function on a field.
  6. - Function is one of `sum`, `avg`, `min`, `max` or `median`.
  7. - Field must be integer or float.
  8. Tile can be:
  9. - Displayed only for a user.
  10. - Global for all users.
  11. - Restricted to some groups.
  12. *Note: The tile will be hidden if the current user doesn't have access to the given model.*
  13. Usage
  14. =====
  15. * Dashboad sample, displaying Sale Orders to invoice:
  16. .. image:: ./static/src/img/screenshot_dashboard.png
  17. * Tree view displayed when user click on the tile:
  18. .. image:: ./static/src/img/screenshot_action_click.png
  19. Known issues
  20. ============
  21. * Can not edit color from dashboard
  22. * Original context is ignored.
  23. * Original domain and filter are not restored.
  24. * To preserve a relative date domain, you have to manually edit the tile's domain from `Configuration > User Interface > Dashboard Tile`. You can use the same variables available in filters (`uid`, `context_today()`, `current_date`, `time`, `datetime`, `relativedelta`).
  25. Roadmap
  26. =======
  27. * Add icons.
  28. * Support client side action (like inbox).
  29. * Restore original Domain + Filter when an action is set.
  30. * Posibility to hide the tile based on a field expression.
  31. * Posibility to set the background color based on a field expression.
  32. Bug Tracker
  33. ===========
  34. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  35. In case of trouble, please check there if your issue has already been reported.
  36. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  37. `here <https://github.com/OCA/web/issues/new?body=module:%20web_dashboard_tile%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  38. Credits
  39. =======
  40. Contributors
  41. ------------
  42. * Markus Schneider <markus.schneider at initos.com>
  43. * Sylvain Le Gal (https://twitter.com/legalsylvain)
  44. * Iván Todorovich <ivan.todorovich@gmail.com>
  45. Maintainer
  46. ----------
  47. .. image:: http://odoo-community.org/logo.png
  48. :alt: Odoo Community Association
  49. :target: http://odoo-community.org
  50. This module is maintained by the OCA.
  51. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
  52. To contribute to this module, please visit http://odoo-community.org.