Repository
OCA/account-payment · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-payment
Last tracking update
2026-08-07 09:06:25
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Alexis de Lattre, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
account_payment_base_oca, account_payment_unece
Description
This is a small technical module for the use of the native object **account.payment.method**. This object is defined in the **account** module, but the account module doesn't provide any view for this object. This module adds a list view, a form view and a menu entry.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_payment_method_form account_payment_method.form account.payment.method form New
account_payment_method_list account_payment_method.list account.payment.method list New
account_payment_method_search account_payment_method.search account.payment.method search New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • line_ids One2many → account.payment.method.line
    comodel_name='account.payment.method.line' inverse_name='payment_method_id' string='Payment Methods'
Public methods (0)

No public methods.

Loading…