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.

70 lines
2.4 KiB

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
  4. and add them as short cut.
  5. * Tile can be:
  6. * Displayed only for a user.
  7. * Global for all users (In that case, some tiles will be hidden if
  8. the current user doesn't have access to the given model).
  9. * The tile displays items count of a given model restricted to a given domain.
  10. * Optionally, the tile can display the result of a function of a field
  11. * Function is one of sum/avg/min/max/median.
  12. * Field must be integer or float.
  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 tile from dashboard (color, sequence, function, ...).
  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. Bug Tracker
  31. ===========
  32. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  33. In case of trouble, please check there if your issue has already been reported.
  34. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  35. `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**>`_.
  36. Credits
  37. =======
  38. Contributors
  39. ------------
  40. * Markus Schneider <markus.schneider at initos.com>
  41. * Sylvain Le Gal (https://twitter.com/legalsylvain)
  42. * Iván Todorovich <ivan.todorovich@gmail.com>
  43. Maintainer
  44. ----------
  45. .. image:: http://odoo-community.org/logo.png
  46. :alt: Odoo Community Association
  47. :target: http://odoo-community.org
  48. This module is maintained by the OCA.
  49. 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.
  50. To contribute to this module, please visit http://odoo-community.org.