Repository
OCA/account-payment · module folder · Try on Runboat
Module version
1.0.1
Category
Uncategorized
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-payment
Last tracking update
2026-08-07 07:47:38
Authors
Odoo SA, Odoo Community Association (OCA), Jarsa
Maintainers
Odoo SA, Odoo Community Association (OCA), Jarsa
Committers
Jesús Alan Ramos Rodríguez, Weblate, OCA Transbot, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_payment_form account_payment.form account.payment form Inherits account.view_account_payment_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • destination_journal_id Many2one → account.journal
    comodel_name='account.journal' domain="[('type', 'in', ['bank', 'cash']), ('company_id', '=', company_id), ('id', '!=', journal_id)]" string='Destination Journal'
  • paired_internal_transfer_payment_id Many2one → account.payment
    comodel_name='account.payment' help='When an internal transfer is posted, a paired payment is created. They cross referenced trough this field'
Public methods (1)
  • action_post(self)