From b9385ab019b44ffe468da869fe5efdfd22fa2120 Mon Sep 17 00:00:00 2001 From: damr Date: Thu, 15 Feb 2024 17:29:27 +0100 Subject: [PATCH] [FIX] sale_timesheet: currency displayed in project mapping This commit's purpose is to display the correct currency for the hourly cost of employee in the project sol mapping. Currently, the currency displayed is the one of the sol instead of the currency of the employee. This is due to this commit:https://github.com/odoo/odoo/commit/83760b9f10b4bfe6a83671e4426bc5596e8d5f5c We added a monetary widget, but we are feeding it the wrong id. After this commit, the correct currency is displayed closes odoo/odoo#159567 X-original-commit: 8603d628bfc5c7dc620333ad674a1afb7b7123d1 Signed-off-by: Xavier Bol (xbo) --- addons/sale_timesheet/views/project_task_views.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/sale_timesheet/views/project_task_views.xml b/addons/sale_timesheet/views/project_task_views.xml index 241a877834882..eb60526f1dcf9 100644 --- a/addons/sale_timesheet/views/project_task_views.xml +++ b/addons/sale_timesheet/views/project_task_views.xml @@ -20,7 +20,7 @@ - +