add worker-based precalculation of cashbook-values
This commit is contained in:
parent
345cef4c8b
commit
65a0e0ce58
17 changed files with 1060 additions and 98 deletions
|
@ -11,7 +11,7 @@ from trytond.report import Report
|
|||
from trytond.i18n import gettext
|
||||
from .line import sel_bookingtype, sel_linestate, STATES, DEPENDS
|
||||
from .book import sel_state_book
|
||||
from .mixin import SecondCurrencyMixin, MemCacheIndexMx
|
||||
from .mixin import SecondCurrencyMixin
|
||||
|
||||
|
||||
sel_linetype = [
|
||||
|
@ -25,7 +25,7 @@ sel_target = [
|
|||
]
|
||||
|
||||
|
||||
class SplitLine(SecondCurrencyMixin, MemCacheIndexMx, ModelSQL, ModelView):
|
||||
class SplitLine(SecondCurrencyMixin, ModelSQL, ModelView):
|
||||
'Split booking line'
|
||||
__name__ = 'cashbook.split'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue