-
- Downloads
[FIX] mail: set automatic email signature from correct company
When sending an email from a multi-company environment, the automatic
email signature is not corresponding to the company from which the email
is sent.
This is because the user context is not properly forwarded, in
particular the `allowed_company_ids` key.
The issue comes from the new rpc service not autmatically adding the
user context to the request, whereas the legacy rpc service did.
opw-3394780
closes odoo/odoo#132684
Signed-off-by:
Alexandre Kühn (aku) <aku@odoo.com>
Please register or sign in to comment