close #340 > Made via .github/workflows/DINAR-PORT.yml
@ -21,7 +21,7 @@
# noinspection PyStatementEffect
{
"name": "Robust Mails",
"version": "13.0.1.2.0",
"version": "14.0.1.2.0",
"license": "AGPL-3",
"summary": """
Adds fields on outgoing email server that allows you to better control the
@ -1,9 +0,0 @@
def migrate(cr, version):
if not version:
return
cr.execute(
"UPDATE ir_mail_server "
"SET reply_to_method = 'alias' "
"WHERE reply_to_alias IS TRUE"
)