Merged the "accounting.base_account.models" and "accounting.account.models" modules into the new "accounting.modules" module, so that the data models can reference one another.
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
from flask import abort
|
||||
from werkzeug.routing import BaseConverter
|
||||
|
||||
from .models import Account
|
||||
from accounting.models import Account
|
||||
|
||||
|
||||
class AccountConverter(BaseConverter):
|
||||
|
Reference in New Issue
Block a user