add update of cashbooks on update of asset-rates

This commit is contained in:
Frederik Jaeckel 2023-12-30 10:57:17 +01:00
parent 8c2fb8ed7c
commit 8ec7026259
3 changed files with 401 additions and 4 deletions

View file

@ -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,