[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 Benoit Aimont
parent 2f63d7ba9e
commit 60635ce273
2 changed files with 3 additions and 4 deletions

View File

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

View File

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