Hi Guys,
Good morning to everyone,
I have a little query about the company logo. In the all email template odoo recognized the company logo by using the following code.
<img src="/logo.png" style="padding: 0px; margin: 0px; height: auto; width: 80px;" alt="${user.company_id.name}" />
But In the above-mentioned path, I can able to saw odoo's official logo only. But While sending an email I can able to saw my company logo. How is it possible. If anyone can help me to understand this logic?