add update of cashbooks on update of asset-rates
This commit is contained in:
parent
8c2fb8ed7c
commit
8ec7026259
3 changed files with 401 additions and 4 deletions
|
@ -10,9 +10,11 @@ from trytond.modules.investment.tests.test_module import InvestmentTestCase
|
|||
from .yieldtest import YieldTestCase
|
||||
from .book import CbInvTestCase
|
||||
from .reconciliation import ReconTestCase
|
||||
from .valuestore import ValueStoreTestCase
|
||||
|
||||
|
||||
class CashbookInvestmentTestCase(
|
||||
ValueStoreTestCase,
|
||||
CashbookTestCase,
|
||||
InvestmentTestCase,
|
||||
CbInvTestCase,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue