Files
Florian da Costa e724515450 Manage write off, some refactore to manage better currency, partial reconciliation, and add some tests
Also add an advanced reconciliation method based on name. Could be very useful to actually match account move line based
on payment_reference field on invoices, as it is passed to account move line on name field
2021-05-10 12:27:44 +02:00

7 lines
212 B
Python

# © 2014-2016 Camptocamp SA (Damien Crier)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import test_onchange_company
from . import test_reconcile
from . import test_scenario_reconcile