Skip to content

Latest commit

 

History

History

account_reconcile_payment_order

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Reconcile payment orders

Beta License: AGPL-3 OCA/account-reconcile Translate me on Weblate Try me on Runboat

Payment orders that show up as one big transaction can be difficult for the accounting to handle if a transfer account is used. In this case, we need to reconcile this transaction with possibly hundreds of move lines, which can be a bit tiresome. This module tries to recognize transactions deriving from payment orders and propose the unreconciled move lines from this payment order.

Table of contents

This module requires the module account_payment_order, available in https://github.com/OCA/bank-payment.

  1. Go to Settings > Users & Companies > Users.
  2. Give to your user the permission "Show Full Accounting Features".
  1. Go to Invoicing > Overview.
  2. Locate the bank kanban card and import or create a new statement on it.
  3. When reconciling, it should just work. What the module does is to search for a finished payment order that has the same amount as the statement line. If any, generated move lines (bank or AR/AP ones) are automatically proposed for the reconciliation.
  • 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.

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

  • Therp BV
  • Tecnativa
  • Holger Brunn
  • Tecnativa:
    • Pedro M. Baeza
    • João Marques
    • Carlos Roca

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

pedrobaeza

This module is part of the OCA/account-reconcile project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.