| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/bank-payment |
| GIT | |
| GIT | https://github.com/OCA/bank-payment.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/bank-payment/tree/6.1/account_banking_aggregate_payment |
| VERSION | |
| VERSION | 0.1.173 |
| CATEGORY | |
| CATEGORY | Banking addons |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Therp BV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Therp BV |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, Stefan Rijnhart |
| WEBSITE | |
| WEBSITE | https://launchpad.net/banking-addons |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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)
No new fields.
Public methods (0)No public methods.