mirror of
https://github.com/bringout/oca-web.git
synced 2026-04-18 14:12:03 +02:00
Add oca-web submodule with 68 web modules
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
af56672c08
commit
53fddf87c8
2469 changed files with 101716 additions and 0 deletions
|
|
@ -0,0 +1,16 @@
|
|||
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.*
|
||||
Loading…
Add table
Add a link
Reference in a new issue