mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Merge pull request #543 from hbrunn/9.0-account_credit_control-fix_migration
[FIX] account_credit_control migration
This commit is contained in:
@@ -33,7 +33,7 @@ def migrate_followup_data(env):
|
||||
'delay_days': line['delay'],
|
||||
'email_template_id': env.ref(
|
||||
'account_credit_control.email_template_credit_control_base'
|
||||
),
|
||||
).id,
|
||||
'channel': 'email' if line['send_email'] else 'letter',
|
||||
'custom_text': line['description'],
|
||||
'custom_mail_text': line['description'],
|
||||
|
||||
Reference in New Issue
Block a user