Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
2144 Lượt xem

in this condition, i want to it keep creating the mail.message records, but NOT sending the email. 


class MailMessage(models.Model):    
​_inherit = 'mail.message'
​@api.model_create_multi
​def create(self, vals_list):
​​for vals in vals_list:
body = vals['body']
if isinstance(body, Markup):
body_text = Markup.unescape(body)
if body_text[:5] == "gpt: ":

please help, i cant find any solution that meet my requirement anywhere. thank you

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

no solution for this, so i need to revert back to codes that do "message_post" and then send the context like this :

        message_data = thread.message_post(
**{key: value for key, value in post_data.items() if key in self._get_allowed_message_post_params()}
).message_format()[0]

then i need to add context before it

thread = thread.with_context(active_test=True,mail_create_nosubscribe=False,mail_post_autofollow=False)
Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 2 18
7394
1
thg 2 24
6887
6
thg 1 21
12774
1
thg 7 25
1516
5
thg 5 25
19143