mirror of https://github.com/OCA/social.git
[MIG] mail_optional_autofollow: Migration to 13.0
parent
708c78dcf0
commit
400092d145
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue