mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[REF]pms: changed open_mail_composer method from reservation to folio
This commit is contained in:
@@ -13,6 +13,7 @@ class MailComposeMessage(models.TransientModel):
|
||||
template = self.env["mail.template"].browse(self._context.get("template_id"))
|
||||
res.update(
|
||||
{
|
||||
"model": "pms.folio",
|
||||
"composition_mode": "comment",
|
||||
"attachment_ids": False,
|
||||
"template_id": template.id,
|
||||
|
||||
Reference in New Issue
Block a user