fix DEF_NONE
This commit is contained in:
parent
428ffb20b5
commit
b3733c5c7f
1 changed files with 2 additions and 1 deletions
3
line.py
3
line.py
|
@ -14,9 +14,10 @@ from trytond.i18n import gettext
|
|||
from trytond.report import Report
|
||||
from trytond.transaction import Transaction
|
||||
from trytond.modules.cashbook.line import STATES, DEPENDS
|
||||
from trytond.modules.cashbook.const import DEF_NONE
|
||||
from .mixin import SecondUomMixin
|
||||
|
||||
DEF_NONE = None
|
||||
|
||||
STATESQ1 = {
|
||||
'invisible': And(
|
||||
Eval('feature', '') != 'asset',
|
||||
|
|
Loading…
Reference in a new issue