odoo/odoo#154240

Created by Fun Services, Damien Raquet (damr)
label
odoo-dev:16.0-fix-display-correct-currency-in-employee-mapping-damr
head
1b867cf4bfc490c7054e40f5daee58905cbdc2f5
target
16.0
merged
2 months ago by Fun Services, Xavier Bol (xbo)
forward-ports

[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