-
- Downloads
[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:
Pierre Rousseau (pro) <pro@odoo.com>
Showing
- addons/spreadsheet_dashboard_account/data/files/invoicing_dashboard.json 0 additions, 21 deletions...eet_dashboard_account/data/files/invoicing_dashboard.json
- addons/spreadsheet_dashboard_hr_expense/data/files/expense_dashboard.json 0 additions, 30 deletions...et_dashboard_hr_expense/data/files/expense_dashboard.json
- addons/spreadsheet_dashboard_purchase/data/files/vendors_dashboard.json 0 additions, 40 deletions...heet_dashboard_purchase/data/files/vendors_dashboard.json
- addons/spreadsheet_dashboard_purchase_stock/data/files/purchase_dashboard.json 0 additions, 30 deletions...shboard_purchase_stock/data/files/purchase_dashboard.json
- addons/spreadsheet_dashboard_sale/data/files/sales_dashboard.json 0 additions, 20 deletions...preadsheet_dashboard_sale/data/files/sales_dashboard.json
Loading