TIP: You can type at any time to perform a new search.
Account Payment Other Company
account_payment_other_company · OCA/multi-company
- Repository
- OCA/multi-company · module folder · Try on Runboat
- Module version
- 1.0.2
- Category
- Invoicing Management
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/multi-company
- Last tracking update
- 2026-08-07 07:47:42
- Authors
- Odoo Community Association (OCA), Open Source Integrators
- Maintainers
- Odoo Community Association (OCA), Open Source Integrators
- Committers
- GitHub, Miquel Raïch, Weblate, OCA-git-bot, oca-ci, Vimal Patel, HemanginiPatel, Núria Sancho, Urvisha-OSI
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_payment_paid_by_form |
account.payment.tree.paid.by.form | account.payment | form | Inherits account.view_account_payment_form |
view_account_payment_register_form_multi_company |
account.payment.register.wizard | account.payment.register | form | Inherits account.view_account_payment_register_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (2)-
name_get(self) -
search_read(self, domain=None, fields=None, offset=0, limit=None, order=None)@api.model
New fields (3)
-
other_journal_idMany2one → account.journaldomain=[('type', 'in', ('bank', 'cash'))]string='Paid By' args: 'account.journal' -
other_move_idMany2one → account.movestring='Move in the other company' args: 'account.move' -
show_other_journalBooleandefault=Falseinvisible=True
-
action_validate_invoice_payment(self) -
create_move_other_company(self) -
onchange_show_other_journal(self)@api.onchange('journal_id', 'payment_type') -
post(self)
New fields (2)
-
other_journal_idMany2one → account.journaldomain=[('type', 'in', ('bank', 'cash'))]string='Paid By' args: 'account.journal' -
show_other_journalBooleandefault=Falseinvisible=True
-
default_get(self, fields)@api.model -
onchange_show_other_journal(self)@api.onchange('journal_id', 'payment_type')
Loading…