line: add fields 'Fee' + 'Dividend' - todos

This commit is contained in:
Frederik Jaeckel 2023-02-12 00:09:56 +01:00
parent 438035cca2
commit 982f21f06e
12 changed files with 569 additions and 0 deletions

View file

@ -6,6 +6,7 @@ import unittest
from trytond.modules.cashbook_investment.tests.test_book import CbInvTestCase
from trytond.modules.cashbook_investment.tests.test_reconciliation import ReconTestCase
from trytond.modules.cashbook_investment.tests.test_yield import YieldTestCase
__all__ = ['suite']
@ -14,6 +15,7 @@ __all__ = ['suite']
class CashbookInvestmentTestCase(\
CbInvTestCase,\
ReconTestCase,\
YieldTestCase,\
):
'Test cashbook-investment module'
module = 'cashbook_investment'