Repository
OCA/bank-payment · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/bank-payment
Last tracking update
2026-08-07 08:43:02
Authors
Odoo Community Association (OCA), Therp BV
Maintainers
Odoo Community Association (OCA), Therp BV
Committers
Weblate, OCA-git-bot, Nikos Tsirintanis, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
oca_all
Description
This module is a glue module between **account_payment_method_base**
and **account_payment_mode**.

In Odoo 18 the module `account_payment_method_base` introduces the
canonical user interface for the model `account.payment.method`,
including:

- form view
- list view
- search view
- menu entry

However `account_payment_mode` historically defined its own base
views for the same model.

This results in two competing base view definitions.

This module rewires the views from `account_payment_mode`
so they inherit from the views provided by
`account_payment_method_base`.

This preserves compatibility with existing modules that inherit:

- `account_payment_mode.account_payment_method_form`
- `account_payment_mode.account_payment_method_tree`
- `account_payment_mode.account_payment_method_search`

while ensuring that `account_payment_method_base` remains the
canonical provider of the payment method UI.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_payment_mode.account_payment_method_form form Inherits account_payment_method_base.account_payment_method_form
account_payment_mode.account_payment_method_search search Inherits account_payment_method_base.account_payment_method_search
account_payment_mode.account_payment_method_tree tree Inherits account_payment_method_base.account_payment_method_list
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (0)

No models found for this module.