-
- Downloads
[FIX] spreadsheet_dashboard_sale_expense: remove hardcoded currency
The Expense dashboard[^1] is displaying values with the € currency, no matter the real record's currency. It should use the automatic currency formatting of LIST functions to use the record's currency. This commits removes the hardcoded currency formats. Note that the automatic format displays the decimal values while the hardcoded format did not. This is a functional change. This fix does not affect existing databases. Delete the dashboard then update module 'spreadsheet_dashboard_hr_expense' if you want the fix on your database. (or remove the format manually by editing the spreadsheet). Note: a previous commit (54c99ede) already fixed similar issues for several dashboards. This one was missed. fixes #135250 closes odoo/odoo#135799 Signed-off-by:Lucas Lefèvre (lul) <lul@odoo.com>
Please register or sign in to comment