Repository
OCA/multi-company · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/multi-company
Last tracking update
2026-08-07 08:09:25
Authors
Odoo Community Association (OCA), CreuBlanca, Dixmit
Maintainers
Odoo Community Association (OCA), CreuBlanca, Dixmit
Committers
Enric Tobella, Weblate, OCA-git-bot, oca-ci, Luis Rodriguez
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_move_form account.move.form (in account_change_company) account.move form Inherits account.view_move_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • allowed_company_ids Many2many → res.company
    compute='_compute_allowed_companies' args: 'res.company'
  • company_id Many2one
    domain="[('id', 'in', allowed_company_ids)]" readonly=True states={'draft': [('readonly', False)]}
Public methods (0)

No public methods.

Loading…