You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
431 B

  1. # Copyright 2020 Denis Mudarisov <https://github.com/trojikman>
  2. # License MIT (https://opensource.org/licenses/MIT).
  3. from odoo.tests.common import HttpCase, tagged
  4. @tagged("post_install", "at_install")
  5. class TestSaas(HttpCase):
  6. def test_mail_compose(self):
  7. # this is enough to reproduce the error
  8. # from https://github.com/itpp-labs/mail-addons/issues/290
  9. self.env["mail.compose.message"].create({})