[IMP] bemade_utils: easier access to util function.
This commit is contained in:
parent
0191aeba51
commit
d0fc6363c4
3 changed files with 4 additions and 1 deletions
|
|
@ -0,0 +1 @@
|
|||
from odoo.addons.bemade_utils.tools import patch_test
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
from odoo.tests import TransactionCase
|
||||
from addons.bemade_utils.tools.test import patch_test
|
||||
from addons.bemade_utils import patch_test
|
||||
|
||||
|
||||
class TestA(TransactionCase):
|
||||
|
|
|
|||
2
bemade_utils/tools/__init__.py
Normal file
2
bemade_utils/tools/__init__.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
from .test import patch_test
|
||||
|
||||
Loading…
Reference in a new issue