Skip to content
Snippets Groups Projects
Commit 54c99ede authored by Lucas Lefèvre's avatar Lucas Lefèvre
Browse files

[FIX] spreadsheet_dashboard: remove currency formats


Some of the dashboard files were using currency formats, which are
hardcoded with a given currency.

Because of that, some amounts are displayed with a $ sign, even if
the amount is in €, according to the 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.

opw 3071160
opw 3058192

closes odoo/odoo#107525

Related: odoo/enterprise#34823
Signed-off-by: default avatarPierre Rousseau (pro) <pro@odoo.com>
parent 786d90c3
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment