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