Browse Source

⬆️1️⃣4️⃣ OCA/odoo-module-migrator

close #340

> Made via .github/workflows/DINAR-PORT.yml
pull/341/head
Mitchell Admin 3 years ago
parent
commit
58780a503b
  1. 2
      email_headers/__manifest__.py
  2. 9
      email_headers/migrations/12.0.1.2.0/post-migration.py

2
email_headers/__manifest__.py

@ -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

9
email_headers/migrations/12.0.1.2.0/post-migration.py

@ -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"
)
Loading…
Cancel
Save