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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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_id Many2one → account.journal
    domain=[('type', 'in', ('bank', 'cash'))] string='Paid By' args: 'account.journal'
  • other_move_id Many2one → account.move
    string='Move in the other company' args: 'account.move'
  • show_other_journal Boolean
    default=False invisible=True
Public methods (4)
  • 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_id Many2one → account.journal
    domain=[('type', 'in', ('bank', 'cash'))] string='Paid By' args: 'account.journal'
  • show_other_journal Boolean
    default=False invisible=True
Public methods (2)
  • default_get(self, fields)
    @api.model
  • onchange_show_other_journal(self)
    @api.onchange('journal_id', 'payment_type')

Loading…