mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] account_credit_control: use of deprecated field user_email causes permission error in multicompany setting fixed by using the correct 'email' field in the template
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
<p>Thank you for choosing ${object.company_id.name}! </p>
|
||||
|
||||
-- more info here --
|
||||
<p>${object.user_id.name} ${object.user_id.user_email and '<%s>'%(object.user_id.user_email) or ''}<br/>
|
||||
<p>${object.user_id.name} ${object.user_id.email and '<%s>'%(object.user_id.email) or ''}<br/>
|
||||
${object.company_id.name}<br/>
|
||||
% if object.company_id.street:
|
||||
${object.company_id.street or ''}<br/>
|
||||
|
||||
Reference in New Issue
Block a user