Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting/Accounting
Folder size
0.03 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 06:46:57
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Odoo Translation Bot, Paolo Gatti
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.proxy.user res.config.settings form Inherits account.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (3)
  • account_interco_clearing_journal_id Many2one → account.journal
    check_company=True comodel_name='account.journal' domain=[('type', '=', 'general')] help='The accounting journal where Intercompany payments will be cleared' string='Intercompany Clearing Journal'
  • account_interco_payable_id Many2one → account.account
    comodel_name='account.account' domain=[('account_type', '=', 'liability_payable'), ('reconcile', '=', True)] help='The account where Intercompany invoice payments will be cleared' string='Intercompany Clearing Payable Account'
  • account_interco_receivable_id Many2one → account.account
    comodel_name='account.account' domain=[('account_type', '=', 'asset_receivable'), ('reconcile', '=', True)] help='The account where Intercompany credit note payments will be cleared' string='Intercompany Clearing Receivable Account'
Public methods (0)

No public methods.

New fields (3)
  • account_interco_clearing_journal_id Many2one → account.journal
    check_company=True comodel_name='account.journal' readonly=False related='company_id.account_interco_clearing_journal_id'
  • account_interco_payable_id Many2one → account.account
    check_company=True comodel_name='account.account' readonly=False related='company_id.account_interco_payable_id'
  • account_interco_receivable_id Many2one → account.account
    check_company=True comodel_name='account.account' readonly=False related='company_id.account_interco_receivable_id'
Public methods (0)

No public methods.