Repository
OCA/brand · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/brand
Last tracking update
2026-08-07 08:43:05
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Weblate, Marie Lejeune, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
contract_payment_mode_brand, sale_payment_mode_brand
Description
This addon define allowed payment mode per brand.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_move_form_view account.move form Inherits account_payment_partner.view_move_form
res_brand_form_view res.brand form Inherits brand.res_brand_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • allowed_payment_mode_ids Many2many → account.payment.mode
    comodel_name='account.payment.mode' string='Allowed payment modes'
Public methods (0)

No public methods.

New fields (1)
  • allowed_payment_mode_ids Many2many → account.payment.mode
    comodel_name='account.payment.mode' compute='_compute_allowed_payment_mode_ids'
Public methods (0)

No public methods.

Loading…