Repository
OCA/multi-company · module folder · Try on Runboat
Module version
1.0.4
Category
Uncategorized
Folder size
0.04 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/multi-company
Last tracking update
2026-08-07 07:31:58
Authors
Odoo Community Association (OCA), ForgeFlow S.L.
Maintainers
Odoo Community Association (OCA), ForgeFlow S.L.
Committers
Sylvain LE GAL, Miquel Raïch, OCA-git-bot, oca-travis, Mateu Griful
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_template_form_view product.template.intercompany product.template form Inherits product.product_template_form_view
view_category_property_form product.category.property.form.intercompany product.category form Inherits product.product_category_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • get_invoice_line_account(self, type, product, fpos, company)

New fields (2)
  • property_account_expense_categ_intercompany Many2one → account.account
    comodel_name='account.account' company_dependent=True help='Expense account used for intercompany transactions.' string='Expense Intercompany Account'
  • property_account_income_categ_intercompany Many2one → account.account
    comodel_name='account.account' company_dependent=True help='Income account used for intercompany transactions.' string='Income Intercompany Account'
Public methods (0)

No public methods.

New fields (2)
  • property_account_expense_intercompany Many2one → account.account
    comodel_name='account.account' company_dependent=True help='Expense account used for intercompany transactions.' string='Expense Intercompany Account'
  • property_account_income_intercompany Many2one → account.account
    comodel_name='account.account' company_dependent=True help='Income account used for intercompany transactions.' string='Income Intercompany Account'
Public methods (1)
  • get_product_intercompany_accounts(self)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.