odoo/odoo#159588
Created by fw-bot
Merged
at 4b77afdac08a1fb5bb85c42bbec9a0f73b05e653
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:17.0-16.0-fix-display-correct-currency-in-employee-mapping-damr-F2Ql-fw
- head
- 1138f1f795fb4bf56e6d60b6c7b9a2bb5aa338bf
- merged
- 1 year ago by Fun Services, Xavier Bol (xbo)
odoo/odoo | |
---|---|
16.0 | #154240 |
saas-16.3 | #159567 |
saas-16.4 | #159581 |
17.0 | #159588 |
saas-17.1 | #159733 |
saas-17.2 | #159759 |
18.0 | |
saas-18.1 | |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
master | #159777 |
[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:83760b9f10b4bfe6a83671e4426bc5596e8d5f5c
We added a monetary widget, but we are feeding it the wrong id.
After this commit, the correct currency is displayed
Forward-Port-Of: #154240