| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/multi-company |
| GIT | |
| GIT | https://github.com/OCA/multi-company.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/multi-company/tree/18.0/res_company_category |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/multi-company |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:09 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/multi-company: - res_company_search_view odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 | field | Inherits base.view_company_form | |
view_res_company_search |
res.company | field | Inherits res_company_search_view.view_res_company_search | |
view_res_company_tree |
res.company | field | Inherits base.view_company_tree |
category_id
Many2one → res.company.category
comodel_name='res.company.category'
domain=[('type', '=', 'normal')]
string='Category'
No public methods.
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
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/multi-company |
| GIT | |
| GIT | https://github.com/OCA/multi-company.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/multi-company/tree/16.0/res_company_category |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | Sylvain LE GAL, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/multi-company |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:41 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/multi-company: - res_company_search_view odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_res_company_category_form |
res.company.category | header | New | |
view_res_company_category_tree |
res.company.category | tree | New | |
view_res_company_form |
res.company | field | Inherits base.view_company_form | |
view_res_company_search |
res.company | field | Inherits res_company_search_view.view_res_company_search | |
view_res_company_tree |
res.company | field | Inherits base.view_company_tree |
category_id
Many2one → res.company.category
comodel_name='res.company.category'
domain=[('type', '=', 'normal')]
string='Category'
No public methods.
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
unaccent=False
type
Selection
default='normal'
required=True
selection=_TYPE_SELECTION
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/multi-company |
| GIT | |
| GIT | https://github.com/OCA/multi-company.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/multi-company/tree/12.0/res_company_category |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | Sylvain LE GAL, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/multi-company |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:14 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_res_company_category_form |
res.company.category | header | New | |
view_res_company_category_tree |
res.company.category | tree | New | |
view_res_company_form |
res.company | field | Inherits base.view_company_form | |
view_res_company_tree |
res.company | field | Inherits base.view_company_tree |
category_id
Many2one → res.company.category
comodel_name='res.company.category'
domain=[('type', '=', 'normal')]
string='Category'
No public methods.
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'
store=True
string='Companies Quantity'
complete_name
Char
compute='_compute_complete_name'
store=True
string='Complete Name'
name
Char
required=True
string='Name'
parent_id
Many2one → res.company.category
comodel_name='res.company.category'
domain=[('type', '=', 'view')]
string='Parent Category'
type
Selection
default='normal'
required=True
selection=_TYPE_SELECTION
string='Type'
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/multi-company |
| PULL REQUEST | |
| PULL REQUEST | [17.0][MIG] res_company_category: Migration to 17.0 (#794) |
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/multi-company |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] res_company_category: Migration to 19.0 (#930) |