[17.0][FIX] mail_composer_cc_bcc_account: use _get_partner_ids_from_mail method
This fix replaces the use of deprecated methods _get_default_mail_partner_cc_ids and _get_default_mail_partner_bcc_ids with the correct method _get_partner_ids_from_mail suggested here #1312.
Impact: Without this PR, the app cannot be used. When trying to send an email from an invoice, an error occurs immediately because the old methods no longer exist.
Hi @hailangvn2023, some modules you are maintaining are being modified, check this out!
@andrel-exo Can you do a rebase to reactivate runboat and perform functional tests? Thank you!
On my way to merge this fine PR! Prepared branch 17.0-ocabot-merge-pr-1450-by-pedrobaeza-bump-patch, awaiting test results.
@pedrobaeza The merge process could not be finalized, because command git push origin 17.0-ocabot-merge-pr-1450-by-pedrobaeza-bump-patch:17.0 failed with output:
To https://github.com/OCA/social
! [rejected] 17.0-ocabot-merge-pr-1450-by-pedrobaeza-bump-patch -> 17.0 (fetch first)
error: failed to push some refs to 'https://github.com/OCA/social'
hint: Updates were rejected because the remote contains work that you do not
hint: have locally. This is usually caused by another repository pushing to
hint: the same ref. If you want to integrate the remote changes, use
hint: 'git pull' before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Congratulations, your PR was merged at 254363bfd853a9451b57ff55a06d1e5b1f7884f7. Thanks a lot for contributing to OCA. ❤️