Account Banking Aggregate Payment

account_banking_aggregate_payment
REPOSITORY
REPOSITORYOCA/bank-payment
GIT
GIThttps://github.com/OCA/bank-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/bank-payment/tree/6.1/account_banking_aggregate_payment
VERSION
VERSION 0.1.173
CATEGORY
CATEGORYBanking addons
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSAlexandre Fayolle, Stefan Rijnhart
WEBSITE
WEBSITEhttps://launchpad.net/banking-addons
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/bank-payment:
    - account_direct_debit
    - account_banking
    - account_iban_preserve_domestic
    - account_banking_payment_export
odoo/odoo:
    - base
    - account
    - base_setup
    - product
    - process
    - decimal_precision
    - analytic
    - board
    - edi
    - email_template
    - mail
    - base_tools
    - base_iban
    - account_payment
    - account_voucher
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES BeautifulSoup
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
    This module allows for aggregating payments for various creditors
    and making them payable to a single partner. This is practiced in
    certain purchasing consortia.

    After collection of the payable invoices on a payment order of type
    'Aggregate payment', the move lines in the payment order are
    reconciled by a move on a transit account, the total amount of which
    is then transferred onto the designated partner's account payable
    (upon confirmation of the aggregate payment order).

    The payment order wizard then proceeds to create a new payment order
    of a user chosen payment mode with only the aggregate move line in it.
    

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
banking_export_aggregate_view Export aggregate payment order banking.export.aggregate form New
view_payment_mode_form Adaptations for aggregate payment modes payment.mode field Inherits account_direct_debit.view_payment_mode_form
Models touched (2)

New fields (0)

No new fields.

Public methods (3)
  • create(self, cr, uid, vals, context=None)
  • create_aggregate_order(self, cr, uid, ids, context=None)
  • reconcile_lines(self, cr, uid, move_line_ids, context=None)
    Reconcile move lines lines, really. ERP core functionality.

New fields (0)

No new fields.

Public methods (0)

No public methods.