Repository
OCA/account-payment · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting & Finance
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-payment
Last tracking update
2026-08-07 07:57:04
Authors
Odoo Community Association (OCA), Ecosoft
Maintainers
Odoo Community Association (OCA), Ecosoft
Committers
Saran440, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_account_payment_form_inherit account.payment.form.inherit account.payment form Inherits account_check_printing.view_account_payment_form_inherited
view_account_payment_register_form account.payment.register.form account.payment.register form Inherits account.view_account_payment_register_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • check_payee Char
    copy=False default='-' readonly=True required=True states={'draft': [('readonly', False)]} string='Payee'
Public methods (0)

No public methods.

New fields (2)
  • check_payee Char
    compute='_compute_check_payee' copy=False readonly=False required=True store=True string='Payee'
  • payment_method_code Char
    related='payment_method_line_id.code'
Public methods (0)

No public methods.

Loading…