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 08:23:01
Authors
Odoo Community Association (OCA), Cetmix
Maintainers
Odoo Community Association (OCA), Cetmix
Committers
GabbasovDinar, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
product_restrict_payment_acquirer
Description
This module allows to restrict payment providers for partner. Only
selected providers will be available for online payment in portal.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_partner_form res.partner.form.view res.partner form Inherits base.view_partner_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • allowed_payment_provider_ids Many2many → payment.provider
    column1='partner_id' column2='payment_provider_id' comodel_name='payment.provider' domain=[('state', 'in', ['enabled', 'test'])] relation='partner_allowed_payment_provider_rel' string='Allowed Payment Providers'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…