Skip to content
Snippets Groups Projects
Commit 7b1654a1 authored by Nicolas Lempereur's avatar Nicolas Lempereur
Browse files

[FIX] website_sale: send extra step as public user


The extra informations not on the sale.order models were sent before
13.0 with the superuser user. In 13.0 with the change of `sudo` and
`with_user` behavior, we were now in superuser mode but not with the
superuser so the mail would error (no from address) and the sale order
would error.

With this changeset, we get back to the pre-13 behavior.

opw-2116346
closes #39730

Signed-off-by: default avatarNicolas Lempereur (nle) <nle@odoo.com>
parent 49626acb
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment