mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_dashboard_tile from 12.0 to 16.0
- 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
This commit is contained in:
@@ -2,17 +2,10 @@
|
||||
<odoo>
|
||||
|
||||
<menuitem
|
||||
id="menu_dashboard_tile"
|
||||
parent="base.menu_board_root"
|
||||
name="Overview"
|
||||
sequence="0"
|
||||
/>
|
||||
|
||||
<menuitem
|
||||
id="menu_dashboard_tile_settings"
|
||||
parent="base.menu_board_root"
|
||||
name="Settings"
|
||||
sequence="100"
|
||||
id="menu_tile_configuration"
|
||||
name="Overview Settings"
|
||||
parent="spreadsheet_dashboard.spreadsheet_dashboard_menu_configuration"
|
||||
sequence="160"
|
||||
/>
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user