16 lines
352 B
Python
16 lines
352 B
Python
|
from odoo.addons.account.tests.account_test_classes import AccountingTestCase
|
||
|
|
||
|
class TestManualReconciliation(AccountingTestCase):
|
||
|
|
||
|
def test_reconciliation_proposition(self):
|
||
|
pass
|
||
|
|
||
|
def test_full_reconcile(self):
|
||
|
pass
|
||
|
|
||
|
def test_partial_reconcile(self):
|
||
|
pass
|
||
|
|
||
|
def test_reconcile_with_write_off(self):
|
||
|
pass
|