line: add fields 'Fee' + 'Dividend' - todos
This commit is contained in:
parent
438035cca2
commit
982f21f06e
12 changed files with 569 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue