[MIG] mail_optional_autofollow: Migration to 13.0

This commit is contained in:
laurent.corron 2019-11-06 11:37:46 +01:00 committed by Karl Southern
parent 53816501ce
commit a5c4bc65c5
2 changed files with 3 additions and 4 deletions

View File

@ -8,9 +8,9 @@
"author": "ACSONE SA/NV," "Odoo Community Association (OCA)",
"website": "http://acsone.eu",
"category": "Social Network",
"version": "11.0.1.0.0",
"version": "13.0.1.0.0",
"license": "AGPL-3",
"depends": ["mail",],
"data": ["wizard/mail_compose_message_view.xml",],
"depends": ["mail"],
"data": ["wizard/mail_compose_message_view.xml"],
"installable": True,
}

View File

@ -21,7 +21,6 @@ class MailComposeMessage(models.TransientModel):
followers on the related object""",
)
@api.multi
def send_mail(self, auto_commit=False):
for wizard in self:
super(