mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
- remove 12.0 migration scripts - bump version to 16.0 - use new api convention @api.model_create_multi ; new compute function logic ; - add dependency to spreasheet_dashboard to use 'Dashboard' main menu item - use new way to include assets - remove totally useless controllers - distinct different errors, depending on domain or format errors - fix : _compute_data depends on many fields - update : documentation and printscreens
17 lines
530 B
ReStructuredText
17 lines
530 B
ReStructuredText
This module extends the web module to add new dashboard overview system.
|
|
|
|
By default, the tile displays items count of a given model restricted to a given domain.
|
|
|
|
Optionally, the tile can display the result of a function on a field.
|
|
|
|
- Function is one of ``sum``, ``avg``, ``min``, ``max`` or ``median``.
|
|
- Field must be integer or float.
|
|
|
|
Tile can be:
|
|
|
|
- Displayed only for a user.
|
|
- Global for all users.
|
|
- Restricted to some groups.
|
|
|
|
*Note: The tile will be hidden if the current user doesn't have access to the given model.*
|