| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/manufacture |
| GIT | |
| GIT | https://github.com/OCA/manufacture.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/manufacture/tree/15.0/mrp_workcenter_category |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Manufacturing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Ivàn Todorovich, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/manufacture |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:36 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - base_setup - web - bus - web_tour - uom - stock - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_workcenter_tree_view |
mrp.workcenter | field | Inherits mrp.mrp_workcenter_tree_view | |
mrp_workcenter_view |
mrp.workcenter | field | Inherits mrp.mrp_workcenter_view | |
view_mrp_workcenter_category_form |
mrp.workcenter.category | form | New | |
view_mrp_workcenter_category_search |
mrp.workcenter.category | search | New | |
view_mrp_workcenter_category_tree |
mrp.workcenter.category | tree | New | |
view_mrp_workcenter_search |
mrp.workcenter | field | Inherits mrp.view_mrp_workcenter_search |
category_id
Many2one → mrp.workcenter.category
comodel_name='mrp.workcenter.category'
string='Category'
No public methods.
child_ids
One2many → mrp.workcenter.category
comodel_name='mrp.workcenter.category'
inverse_name='parent_id'
string='Children Categories'
complete_name
Char
compute='_compute_complete_name'
recursive=True
store=True
description
Html
name
Char
required=True
parent_id
Many2one → mrp.workcenter.category
comodel_name='mrp.workcenter.category'
index=True
ondelete='cascade'
string='Parent Category'
parent_path
Char
index=True
ref
Char
index=True
string='Internal Reference'
name_create(self, name)