TIP: You can type at any time to perform a new search.
Account Payment Paired Internal Transfer
account_payment_paired_internal_transfer · OCA/account-payment
- 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
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → account.journalcomodel_name='account.journal'domain="[('type', 'in', ['bank', 'cash']), ('company_id', '=', company_id), ('id', '!=', journal_id)]"string='Destination Journal' -
paired_internal_transfer_payment_idMany2one → account.paymentcomodel_name='account.payment'help='When an internal transfer is posted, a paired payment is created. They cross referenced trough this field'
-
action_post(self)