I'm trying to configure the sender name that is sent with emails to clients. In Settings > Technical > Email > Templates > Notification Email the template contains something like this:
% if ctx.get('actions'): % for action in ctx['actions']:
\\\$\{action\[\'title\'\]\}\\\\\ \;\%if\ cmp\(len\(ctx\[\'actions\'\]\)\,\ 1\)\ \=\=\ 1\ and\ cmp\(len\(ctx\[\'actions\'\]\)\,\ loop\.index\)\ \=\=\ 1\:\ \|\ \%\ endif\ \%\ endfor\ \%\ else\:\ \;\\
\Sent\ by\\\\ \;\%\ if\ ctx\.get\(\'website\_url\'\)\:\ \;\\
\\%\ endif\\$\{ctx\.get\(\'company\_name\'\)\}\\ \;\%\ if\ ctx\.get\(\'website\_url\'\)\:\ \;\\\\%\ endif\ \;\\
\using\\\\ \;\\
\Odoo
% endif
I tried searching for 'company_name' under Settings > Technical > Database Structure > Fields and it doesn't exist. Where is it defined?
Further context: The name of my company under res.company is the registered legal name. I want to make sure that clients get our commercial name in emails, which is different to our registered name.