Account Payment Other Company

account_payment_other_company
REPOSITORY
REPOSITORYOCA/multi-company
GIT
GIThttps://github.com/OCA/multi-company.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/multi-company/tree/14.0/account_payment_other_company
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYInvoicing Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSGitHub, Miquel Raïch, Weblate, OCA-git-bot, oca-ci, Vimal Patel, HemanginiPatel, Núria Sancho, Urvisha-OSI
WEBSITE
WEBSITEhttps://github.com/OCA/multi-company
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:51
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/multi-company:
    - account_invoice_consolidated
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_payment_paid_by_form account.payment.tree.paid.by.form account.payment field Inherits account.view_account_payment_form
view_account_payment_register_form_multi_company account.payment.register.wizard account.payment.register field Inherits account.view_account_payment_register_form
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')
REPOSITORY
REPOSITORYOCA/multi-company
GIT
GIThttps://github.com/OCA/multi-company.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/multi-company/tree/12.0/account_payment_other_company
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYInvoicing Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSMaxime Chambreuil, GitHub, oca-travis, OCA-git-bot, scampbell, Murtuza Saleh
WEBSITE
WEBSITEhttps://github.com/OCA/multi-company
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/multi-company:
    - account_invoice_consolidated
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_payment_paid_by_form account.payment.tree.paid.by.form account.payment field Inherits account.view_account_payment_form
account_payment_paid_by_invoice account.payment.tree.paid.by.invoice account.payment field Inherits account.view_account_payment_invoice_form
view_account_payment_from_invoices_multi_company account.register.payments.wizard account.register.payments field Inherits account.view_account_payment_from_invoices
Models touched (4)

New fields (0)

No new fields.

Public methods (2)
  • name_get(self)
    @api.multi
  • search_read(self, domain=None, fields=None, offset=0, limit=None, order=None)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.

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)
    @api.multi
  • create_move_other_company(self)
    @api.multi
  • onchange_show_other_journal(self)
    @api.multi@api.onchange('journal_id', 'payment_type')
  • post(self)
    @api.multi

New fields (3)
  • company_id Many2one → res.company
    readonly=True related='journal_id.company_id' string='Company' args: 'res.company'
  • 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 (3)
  • create_payments(self)
    @api.multi
  • default_get(self, fields)
    @api.model
  • onchange_show_other_journal(self)
    @api.multi@api.onchange('journal_id', 'payment_type')