| 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/18.0/account_payment_method_base_mode |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| 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 | Weblate, OCA-git-bot, Nikos Tsirintanis, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/bank-payment |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:18 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-payment: - account_payment_method_base OCA/bank-payment: - account_payment_mode odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_payment_mode.account_payment_method_form |
xpath | Inherits account_payment_method_base.account_payment_method_form | ||
account_payment_mode.account_payment_method_search |
Inherits account_payment_method_base.account_payment_method_search | |||
account_payment_mode.account_payment_method_tree |
Inherits account_payment_method_base.account_payment_method_list |
No models found for this module.