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.

78 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. * Can not edit sequence from dashboard
  23. * Original context is ignored.
  24. * Original domain and filter are not restored.
  25. * 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`).
  26. Roadmap
  27. =======
  28. * Add icons.
  29. * Support client side action (like inbox).
  30. * Restore original Domain + Filter when an action is set.
  31. * Posibility to hide the tile based on a field expression.
  32. * Posibility to set the background color based on a field expression.
  33. Bug Tracker
  34. ===========
  35. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  36. In case of trouble, please check there if your issue has already been reported.
  37. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  38. `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**>`_.
  39. Credits
  40. =======
  41. Contributors
  42. ------------
  43. * Markus Schneider <markus.schneider at initos.com>
  44. * Sylvain Le Gal (https://twitter.com/legalsylvain)
  45. * Iván Todorovich <ivan.todorovich@gmail.com>
  46. Maintainer
  47. ----------
  48. .. image:: http://odoo-community.org/logo.png
  49. :alt: Odoo Community Association
  50. :target: http://odoo-community.org
  51. This module is maintained by the OCA.
  52. 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.
  53. To contribute to this module, please visit http://odoo-community.org.