Repository
OCA/multi-company · module folder · Try on Runboat
Module version
1.0.0
Category
Tools
Folder size
0.14 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/multi-company
Last tracking update
2026-08-07 08:42:59
Authors
Odoo Community Association (OCA), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
OCA/multi-company:
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds company categories concept.

On the company form view, you can set the category of the company.

This module is usefull for statistical purposes, in a multi company
context.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
view_res_company_category_form res.company.category form New
view_res_company_category_tree res.company.category list New
view_res_company_form res.company form Inherits base.view_company_form
view_res_company_search res.company search Inherits res_company_search_view.view_res_company_search
view_res_company_tree res.company tree Inherits base.view_company_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • category_id Many2one → res.company.category
    comodel_name='res.company.category' domain=[('type', '=', 'normal')] string='Category'
Public methods (0)

No public methods.

New fields (9)
  • active Boolean
    default=True
  • child_ids One2many → res.company.category
    comodel_name='res.company.category' inverse_name='parent_id' string='Category Childs'
  • company_ids One2many → res.company
    comodel_name='res.company' inverse_name='category_id' string='Companies'
  • company_qty Integer
    compute='_compute_company_qty' recursive=True store=True string='Companies Quantity'
  • complete_name Char
    compute='_compute_complete_name' recursive=True store=True
  • name Char
    required=True
  • parent_id Many2one → res.company.category
    comodel_name='res.company.category' domain=[('type', '=', 'view')] string='Parent Category'
  • parent_path Char
    index=True
  • type Selection
    default='normal' required=True selection=_TYPE_SELECTION
Public methods (0)

No public methods.

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
532 days ago
Last activity
102 days ago
Repository
OCA/multi-company
Pull request
[17.0][MIG] res_company_category: Migration to 17.0 (#794)
Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
216 days ago
Last activity
62 days ago
Repository
OCA/multi-company
Pull request
[19.0][MIG] res_company_category: Migration to 19.0 (#930)