Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.0.0
Category
Purchases
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 09:06:24
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Weblate, Ruchir Shukla, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to add multiple tags to Manufacturing Orders

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
mrp_production_form_view mrp.production.form mrp.production form Inherits mrp.mrp_production_form_view
mrp_production_tree_view mrp.production.tree mrp.production tree Inherits mrp.mrp_production_tree_view
mrp_tag_view_form mrp.tag.view.form mrp.tag form New
mrp_tag_view_tree mrp.tag.view.tree mrp.tag list New
view_mrp_production_filter mrp.production.search mrp.production search Inherits mrp.view_mrp_production_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • tag_ids Many2many → mrp.tag
    column1='mrp_production_id' column2='tag_id' comodel_name='mrp.tag' relation='mrp_production_tag_rel' string='Tags'
Public methods (0)

No public methods.

New fields (5)
  • child_ids One2many → mrp.tag
    args: 'mrp.tag', 'parent_id'
  • color Integer
    default=<expr>
  • name Char
    required=True translate=True args: 'Tag Name'
  • parent_id Many2one → mrp.tag
    index=True ondelete='cascade' args: 'mrp.tag'
  • parent_path Char
    index=True
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…