Repository
OCA/multi-company · module folder · Try on Runboat
Module version
1.0.0
Category
Tools
Folder size
0.17 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/multi-company
Last tracking update
2026-08-07 08:09:26
Authors
Akretion, Odoo Community Association (OCA), GRAP
Maintainers
Akretion, Odoo Community Association (OCA), GRAP
Committers
Sylvain LE GAL, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
legal_info_external_layout_bold legal_info_external_layout_bold ir.ui.view qweb Inherits web.external_layout_bold
legal_info_external_layout_boxed legal_info_external_layout_boxed ir.ui.view qweb Inherits web.external_layout_boxed
legal_info_external_layout_standard legal_info_external_layout_standard ir.ui.view qweb Inherits web.external_layout_standard
legal_info_external_layout_striped legal_info_external_layout_striped ir.ui.view qweb Inherits web.external_layout_striped
view_company_form res.company form Inherits base.view_company_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • report_legal_description Char
    readonly=True related='company_id.report_legal_description'
Public methods (0)

No public methods.

New fields (3)
  • legal_name Char
    help="Also called 'Business Name'.\nSet the official name of the company, and in the regular 'name' field, the Trade name of the company."
  • legal_type Char
    help='Type of Company, e.g. Ltd., SARL, GmbH ...'
  • report_legal_description Char
    compute='_compute_report_legal_description'
Public methods (0)

No public methods.