Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] mail_show_follower: Use company from the document to render mes…
…sages correctly + proper lang handle In a multi-company environment, if one company uses the show_followers_partner_format by partner_name and another company uses partner_email, a user with permissions in both companies may experience issues. If a document belongs to Company A, but the current company is set to Company B, the message format is taken from the current company (Company B) instead of the document’s company (Company A). This fix ensures that the message format is rendered based on the document's company. It also fixes the lang handling for cases with False values.
- Loading branch information