import ModelView
This commit is contained in:
parent
a099c04459
commit
1c5cbb1ba5
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
from trytond.pool import Pool, PoolMeta
|
||||
from trytond.model.exceptions import AccessError
|
||||
from trytond.i18n import gettext
|
||||
from trytond.model import ModelView
|
||||
|
||||
|
||||
__all__ = ['Account','Move','Line']
|
||||
|
||||
|
|
Loading…
Reference in a new issue