TIP: You can type at any time to perform a new search.
Company Categories
res_company_category · OCA/multi-company
- 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
- 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 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 | 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_idMany2one → res.company.categorycomodel_name='res.company.category'domain=[('type', '=', 'normal')]string='Category'
No public methods.
New fields (9)
-
activeBooleandefault=True -
child_idsOne2many → res.company.categorycomodel_name='res.company.category'inverse_name='parent_id'string='Category Childs' -
company_idsOne2many → res.companycomodel_name='res.company'inverse_name='category_id'string='Companies' -
company_qtyIntegercompute='_compute_company_qty'recursive=Truestore=Truestring='Companies Quantity' -
complete_nameCharcompute='_compute_complete_name'recursive=Truestore=True -
nameCharrequired=True -
parent_idMany2one → res.company.categorycomodel_name='res.company.category'domain=[('type', '=', 'view')]string='Parent Category' -
parent_pathCharindex=True -
typeSelectiondefault='normal'required=Trueselection=_TYPE_SELECTION
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)