Repository
OCA/account-payment · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-payment
Last tracking update
2026-08-07 07:47:38
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
sbejaoui, Weblate, OCA-git-bot, oca-travis, Bejaoui Souheil
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
account_journal_form_view account.journal form Inherits account.view_account_journal_form
account_payment_register_form_view account.payment.register form Inherits account.view_account_payment_register_form
account_payment_register_payment_terminal_form_view account.payment.register form New
account_payment_terminal_form_view account.payment.terminal form New
account_payment_terminal_tree_view account.payment.terminal tree New
assets_backend assets_backend ir.ui.view qweb Inherits web.assets_backend
oca_payment_terminal_form_mixin_form_view oca.payment.terminal.form.mixin form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (1)
  • use_payment_terminal Selection
    help='Record payments with a terminal on this journal.' selection=<expr> string='Use a Payment Terminal'
Public methods (0)

No public methods.

New fields (1)
  • need_payment_terminal Boolean
    compute='_compute_need_payment_terminal'
Public methods (2)
  • action_confirm_payment(self, payment_reference)
  • get_payment_info(self)

New fields (3)
  • name Char
    required=True
  • oca_payment_terminal_id Char
    help='The identifier of the terminal as known by the hardware proxy. Leave empty if the proxy has only one terminal connected.' string='Terminal identifier'
  • proxy_ip Char
    help='The hostname or ip address of the hardware proxy' required=True size=45 string='IP Address'
Public methods (0)

No public methods.

New fields (1)
  • account_payment_terminal_id Many2one → account.payment.terminal
    comodel_name='account.payment.terminal' string='Payment Terminal'
Public methods (3)
  • action_confirm_payment(self, payment_reference)
  • action_payment_terminal_transaction_start(self)
  • get_payment_info(self)