mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[MIG] Views
This commit is contained in:
@@ -5,7 +5,7 @@ from odoo import models,api
|
||||
class MailComposer(models.TransientModel):
|
||||
_inherit = 'mail.compose.message'
|
||||
|
||||
@api.multi
|
||||
|
||||
def get_mail_values(self, res_ids):
|
||||
res = super(MailComposer, self).get_mail_values(res_ids)
|
||||
if self.composition_mode == 'comment':
|
||||
|
||||
Reference in New Issue
Block a user