odoo/odoo#159567

Created by fw-bot
label
odoo-dev:saas-16.3-16.0-fix-display-correct-currency-in-employee-mapping-damr-MI_I-fw
head
0b1fbe2adfdee925bb46945147f623ba9f7ac3b4
target
saas-16.3
merged
2 months ago by Fun Services, Xavier Bol (xbo)
forward-port of
odoo/odoo#154240

[FW][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

task - 3749225

Forward-Port-Of: odoo/odoo#154240