|
@ -1,9 +1,9 @@ |
|
|
# Copyright 2017 Onestein (<http://www.onestein.eu>) |
|
|
# Copyright 2017 Onestein (<http://www.onestein.eu>) |
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). |
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). |
|
|
|
|
|
|
|
|
#from odoo.tests.common import TransactionCase |
|
|
|
|
|
import odoo.tests.common as common |
|
|
import odoo.tests.common as common |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class TestOnchangeHelper(common.TransactionCase): |
|
|
class TestOnchangeHelper(common.TransactionCase): |
|
|
|
|
|
|
|
|
def test_playing_onchange_on_model(self): |
|
|
def test_playing_onchange_on_model(self): |
|
|