Odoo dashboard is a simple app that displays predefined widgets set on Odoo server, this app requires an additional module available on Odoo store.
– Create, rename, delete, reorder and reload dashboards.
– Add, remove, reorder and reload widgets from dashboard.
– Fast loading, data is retrieved by the server and cached.
Odoo Dashboard
– WidgetXVsY: displays 2 numbers, difference and variation is calculated.
– WidgetLastX: it could be used to displays x last months orders / invoices, etc…
– WidgetSingleX: displays a relevant numbers
Odoo server module
Remote database access
Connect to remote databases (MSSQL, local postgreSQL, MySQL not implemented yet) and retrieve your data with SQL query. A schedule job will run and cache the result of your query every x minutes in dictionary format.
User access
Create groups and manage your widget access rights.
Remote management
Manage users dashboards, widgets from the backend server.
Related Posts
-
Odoo 9 Linux bash backup script
Bash backup odoo script is available on GitHub for Odoo 8 and 11. This bash script will help you to…
-
Fail2ban Odoo 9 Authentication
Odoo 9 community doesn't come with autoban security. Fail2ban is an alternative to secure Odoo authentication. For more information concerning…
-
Create scheduled actions Odoo 9
Scheduled actions can be set by adding this code in your xml file. This exemple will call the function schedule_action…
-
SQL query in Odoo
Sql query in Odoo model