odoo/enterprise#81884
Created by Marketing, Thibault Delavallee (tde)
Merged
at a6d563131a761bc0f96db73cf9acc0fa4cc971ac
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.
- ci/l10n: (runtime 2s)
Linked pull requests
- label
- odoo-dev:saas-18.2-notifpimp-suggested-tune-tde
- head
- a076034a48ead97957f8d3f7fae3fcdda6ede535
- merged
- 6 months ago by Marketing, Thibault Delavallee (tde)
odoo/odoo | odoo/enterprise | |
---|---|---|
saas-18.2 | #202472 | #81884 |
saas-18.3 | ||
saas-18.4 | ||
19.0 | ||
master | #202981 | #81952 |
[FIX] hr_contract_salary: fix partner name in test
Now that hr_recruitment correctly use standard mail tools to create partners from emails it correctly calls model tools to deduce partner name, which prioritize partner_name over name found in email.
See community PR for more details.