Files
account-reconcile/account_reconcile_payment_order/readme/ROADMAP.rst
Pedro M. Baeza f493b2723a [MIG] account_reconcile_payment_order: Migration to 12.0
* Standard procedure.
* README by fragments.
* Adapt logic to new reconciliation widget model.
* Add tests.
2022-03-29 10:18:51 +02:00

10 lines
555 B
ReStructuredText

* It would be good to check references too, but bank usually change some
characters, so this doesn't seem to be a general solution.
* Take into account different currencies (in payment order or in bank
statement).
* Try to match payment orders resulting entries grouped by due date, instead of
a whole, but this will affect performance for sure.
* When the reconcile models end with more inheritable code, implement this
as a new type of reconciliation in this model.
* Develop real UI tests, instead of mimicking the call to the involved method.