[IMP] bemade_utils: easier access to util function.

This commit is contained in:
Marc Durepos 2024-03-13 19:19:28 -04:00
parent 0191aeba51
commit d0fc6363c4
3 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1 @@
from odoo.addons.bemade_utils.tools import patch_test

View file

@ -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):

View file

@ -0,0 +1,2 @@
from .test import patch_test