mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[imp] relative imports
This commit is contained in:
committed by
Artem Kostyuk
parent
9d75552736
commit
bb60a5350a
@@ -20,5 +20,5 @@
|
||||
###############################################################################
|
||||
"""Account Move Batch Validate."""
|
||||
|
||||
import account # noqa
|
||||
import wizard # noqa
|
||||
from . import account # noqa
|
||||
from . import wizard # noqa
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
# #
|
||||
###############################################################################
|
||||
"""Wizard to mark account moves for batch posting."""
|
||||
import move_marker # noqa
|
||||
from . import move_marker # noqa
|
||||
|
||||
Reference in New Issue
Block a user