Skip to content
Snippets Groups Projects
Commit 58feb45c authored by ravb-odoo's avatar ravb-odoo
Browse files

[FIX] spreedsheet_dashboard: fix scorecard label issue


Description of the issue/feature this PR addresses:
In Dashboard module tasks section, two scorecard is showing same label
'Time to Assign'. Another scorecard is for closing day so that its label should
be 'Time to Close'.

Current behavior before PR:
two scorecard showing same label 'Time to assign'

Desired behavior after PR is merged:
label is change for one scorecard to 'Time to Close'

Fix:
Rename title of scorecard in json file.

task- 3346509

closes odoo/odoo#125564

Related: odoo/enterprise#42774
Signed-off-by: default avatarXavier Bol (xbo) <xbo@odoo.com>
parent 2e2d1790
Branches
Tags
No related merge requests found
......@@ -859,7 +859,7 @@
"baselineColorDown": "#DC6965",
"baselineColorUp": "#00A04A",
"baselineMode": "difference",
"title": "Time to Assign",
"title": "Time to Close",
"type": "scorecard",
"background": "",
"baseline": "Data!E5",
......
......@@ -186,11 +186,17 @@ msgstr ""
#. module: spreadsheet_dashboard_hr_timesheet
#. openerp-web
#: code:addons/spreadsheet_dashboard_hr_timesheet/data/files/tasks_dashboard.json:0
#: code:addons/spreadsheet_dashboard_hr_timesheet/data/files/tasks_dashboard.json:0
#, python-format
msgid "Time to Assign"
msgstr ""
#. module: spreadsheet_dashboard_hr_timesheet
#. odoo-javascript
#: code:addons/spreadsheet_dashboard_hr_timesheet/data/files/tasks_dashboard.json:0
#, python-format
msgid "Time to Close"
msgstr ""
#. module: spreadsheet_dashboard_hr_timesheet
#. openerp-web
#: code:addons/spreadsheet_dashboard_hr_timesheet/data/files/tasks_dashboard.json:0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment