mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] pylint relative imports
This commit is contained in:
@@ -23,4 +23,4 @@
|
||||
"""
|
||||
Account Chart Update Wizard
|
||||
"""
|
||||
import wizard
|
||||
from . import wizard
|
||||
|
||||
@@ -23,4 +23,4 @@
|
||||
"""
|
||||
Account Chart Update Wizard
|
||||
"""
|
||||
import wizard_chart_update
|
||||
from . import wizard_chart_update
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
##############################################################################
|
||||
import account_constraints
|
||||
from . import account_constraints
|
||||
|
||||
@@ -18,6 +18,6 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
##############################################################################
|
||||
import account_document_template
|
||||
import account_move_template
|
||||
import wizard
|
||||
from . import account_document_template
|
||||
from . import account_move_template
|
||||
from . import wizard
|
||||
|
||||
@@ -18,4 +18,4 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
##############################################################################
|
||||
import select_template
|
||||
from . import select_template
|
||||
|
||||
@@ -23,4 +23,4 @@
|
||||
Account renumber wizard
|
||||
"""
|
||||
|
||||
import wizard
|
||||
from . import wizard
|
||||
|
||||
@@ -23,4 +23,4 @@
|
||||
Account renumber wizard
|
||||
"""
|
||||
|
||||
import wizard_renumber
|
||||
from . import wizard_renumber
|
||||
|
||||
@@ -20,5 +20,5 @@
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
import account_reversal
|
||||
import wizard
|
||||
from . import account_reversal
|
||||
from . import wizard
|
||||
|
||||
@@ -1 +1 @@
|
||||
import account_move_reverse
|
||||
from . import account_move_reverse
|
||||
|
||||
@@ -22,5 +22,5 @@
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
import currency_rate_update
|
||||
import company
|
||||
from . import currency_rate_update
|
||||
from . import company
|
||||
|
||||
@@ -19,5 +19,5 @@
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
import partner
|
||||
import company
|
||||
from . import partner
|
||||
from . import company
|
||||
|
||||
Reference in New Issue
Block a user