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.

67 lines
2.2 KiB

  1. Add Tiles to Dashboard
  2. ======================
  3. module to give you a dashboard where you can configure tile 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. * Optionnaly, 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:: /web_dashboard_tile/static/src/img/screenshot_dashboard.png
  17. * Tree view displayed when user click on the tile:
  18. .. image:: /web_dashboard_tile/static/src/img/screenshot_action_click.png
  19. Known issues / Roadmap
  20. ======================
  21. * Can not edit tile from dashboard (color, sequence, function, ...);
  22. * Context are ignored;
  23. * Date filter can not be relative;
  24. * Combine domain of menue and filter so can not restore origin filter;
  25. * Support context_today;
  26. * Add icons;
  27. * Support client side action (like inbox);
  28. Bug Tracker
  29. ===========
  30. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  31. In case of trouble, please check there if your issue has already been reported.
  32. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  33. `here <https://github.com/OCA/
  34. web/issues/new?body=module:%20
  35. web_dashboard_tile%0Aversion:%20
  36. 8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  37. Credits
  38. =======
  39. Contributors
  40. ------------
  41. * Markus Schneider <markus.schneider at initos.com>
  42. * Sylvain Le Gal (https://twitter.com/legalsylvain)
  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.