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
31 lines
957 B
ReStructuredText
31 lines
957 B
ReStructuredText
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
|