| 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/7.0/account_banking_payment |
| VERSION | |
| VERSION | 0.1.164 |
| CATEGORY | |
| CATEGORY | Banking addons |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Banking addons community |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Banking addons community |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Alexis de Lattre, Yannick Vaucher, Guewen Baconnier, Alexandre Fayolle, Raphaël Valyi, Stefan Rijnhart, Sandy Carter, Holger Brunn, Pedro M. Baeza, Erwin van der Ploeg, Launchpad Translations on behalf of banking-addons-team, OCA Transbot, Ruchir Shukla |
| WEBSITE | |
| WEBSITE | https://launchpad.net/banking-addons |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/bank-payment: - account_banking - account_banking_payment_export odoo/odoo: - account_voucher - account - base_setup - base - web_kanban - web - product - process - decimal_precision - analytic - board - edi - email_template - account_payment - base_iban |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This addon adds payment reconciliation infrastructure to the Banking Addons.
* Extends payments for digital banking:
+ Adapted workflow in payments to reflect banking operations
+ Relies on account_payment mechanics to extend with export generators.
- ClieOp3 (NL) payment and direct debit orders files available as
account_banking_nl_clieop
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
transaction_wizard |
transaction.wizard | banking.transaction.wizard | field | Inherits account_banking.transaction_wizard_first |
view_banking_payment_order_form_1 |
account.payment.order.form.banking-1 | payment.order | data | Inherits account_payment.view_payment_order_form |
view_payment_mode_form_inherit |
payment.mode.form.inherit | payment.mode | field | Inherits account_banking_payment_export.view_payment_mode_form_inherit |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (3)clear_and_write(self, cr, uid, ids, vals=None, context=None)
hook_match_payment(self, cr, uid, transaction, log, context=None)
move_info2values(self, move_info)
No new fields.
Public methods (1)write(self, cr, uid, ids, vals, context=None)
No new fields.
Public methods (3)debit_reconcile(self, cr, uid, payment_line_id, context=None)
debit_storno(self, cr, uid, payment_line_id, amount, currency_id, storno_retry=True, context=None)
get_storno_account_id(self, cr, uid, payment_line_id, amount, currency_id, context=None)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (7)action_rejected(self, cr, uid, ids, *args)
action_sent(self, cr, uid, ids, context=None)
action_sent_no_move_line_hook(self, cr, uid, pay_line, context=None)
debit_reconcile_transfer(self, cr, uid, payment_order_id, amount, currency, context=None)
debit_unreconcile_transfer(self, cr, uid, payment_order_id, reconcile_id, amount, currency, context=None)
set_done(self, cr, uid, ids, *args)
test_undo_done(self, cr, uid, ids, context=None)
No new fields.
Public methods (1)extend_payment_order_domain(self, cr, uid, payment_order, domain, context=None)