account-reconcile/account_reconcile_payment_o...
Weblate 695b136200 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-reconcile-12.0/account-reconcile-12.0-account_reconcile_payment_order
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-12-0/account-reconcile-12-0-account_reconcile_payment_order/
2023-10-09 20:44:06 +00:00
..
i18n Update translation files 2023-10-09 20:44:06 +00:00
models [MIG] account_reconcile_payment_order: Migration to 12.0 2019-09-09 17:01:37 +02:00
readme [MIG] account_reconcile_payment_order: Migration to 12.0 2019-09-09 17:01:37 +02:00
static/description [UPD] README.rst 2023-09-03 11:44:04 +00:00
tests [FIX] account_reconcile_payment_order: Adapt tests to upstream changes 2020-04-23 18:44:45 +02:00
README.rst [UPD] README.rst 2023-09-03 11:44:04 +00:00
__init__.py [MIG] account_reconcile_payment_order: Migration to 12.0 2019-09-09 17:01:37 +02:00
__manifest__.py [MIG] account_reconcile_payment_order: Migration to 12.0 2019-09-09 17:01:37 +02:00

README.rst

========================
Reconcile payment orders
========================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:8bd0a5d55d0ea68ef508719873ae3f066c1c050c0f0262e99f9d1fd4df216032
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github
    :target: https://github.com/OCA/account-reconcile/tree/12.0/account_reconcile_payment_order
    :alt: OCA/account-reconcile
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/account-reconcile-12-0/account-reconcile-12-0-account_reconcile_payment_order
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
    :target: https://runboat.odoo-community.org/builds?repo=OCA/account-reconcile&target_branch=12.0
    :alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

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**

.. contents::
   :local:

Installation
============

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

Configuration
=============

#. Go to *Settings > Users & Companies > Users*.
#. Give to your user the permission "Show Full Accounting Features".

Usage
=====

#. Go to *Invoicing > Overview*.
#. Locate the bank kanban card and import or create a new statement on it.
#. 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.

Known issues / Roadmap
======================

* 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.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-reconcile/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 <https://github.com/OCA/account-reconcile/issues/new?body=module:%20account_reconcile_payment_order%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Credits
=======

Authors
~~~~~~~

* Therp BV
* Tecnativa

Contributors
~~~~~~~~~~~~

* Holger Brunn
* `Tecnativa <https://www.tecnativa.com>`__:

  * Pedro M. Baeza

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

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.

.. |maintainer-pedrobaeza| image:: https://github.com/pedrobaeza.png?size=40px
    :target: https://github.com/pedrobaeza
    :alt: pedrobaeza

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-pedrobaeza| 

This module is part of the `OCA/account-reconcile <https://github.com/OCA/account-reconcile/tree/12.0/account_reconcile_payment_order>`_ project on GitHub.

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