|
- from . import test_checkout_mass_message
-
- from odoo.tests.common import TransactionCase
-
- class TestWizard(TransactionCase):
- def setUp(self, *args, **kwargs):
- super(TestWizard, self).setUp(*args, **kwargs)
-
-
- def test_button_send(self):
- """Send button should create messages on Checkouts"""
-
|