mirror of
https://github.com/bringout/oca-web.git
synced 2026-04-18 17:12:02 +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,30 @@
|
|||
First, you have to create tile categories.
|
||||
|
||||
* Go to "Dashboards > Configuration > Overview Settings > Dashboard Categories"
|
||||
|
||||
* Create categories
|
||||
|
||||
Odoo menu and action are automatically created in the "Dashboard > Overview" menu
|
||||
You should refresh your browser to see new menu items.
|
||||
|
||||
.. image:: ../static/description/tile_category_form.png
|
||||
|
||||
Then you can create tiles.
|
||||
|
||||
* Go to "Dashboards > Configuration > Overview Settings > Dashboard Items"
|
||||
|
||||
* create a new tile, set a name, a category and a model.
|
||||
|
||||
* You can optionally define colors, domain and a specific action to use.
|
||||
|
||||
* Setting a user, or a group in "Security" tab will restrict the display of the tile.
|
||||
|
||||
.. image:: ../static/description/tile_tile_form.png
|
||||
|
||||
You can optionally define a secondary value, for that purpose :
|
||||
|
||||
* Select a field, a function to apply.
|
||||
|
||||
* You can define a specific format. (``.format()`` python syntax)
|
||||
|
||||
.. image:: ../static/description/tile_tile_form_secondary_value.png
|
||||
Loading…
Add table
Add a link
Reference in a new issue