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.

66 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. Kown issues/limits
  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. possible future improvments
  26. ===========================
  27. * support context_today;
  28. * add icons;
  29. * support client side action (like inbox);
  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. Maintainer
  43. ----------
  44. .. image:: http://odoo-community.org/logo.png
  45. :alt: Odoo Community Association
  46. :target: http://odoo-community.org
  47. This module is maintained by the OCA.
  48. 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.
  49. To contribute to this module, please visit http://odoo-community.org.