Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.0.1
Category
Manufacturing
Folder size
0.18 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 07:31:53
Authors
Odoo Community Association (OCA), Sergio Corato, ABF OSIELL
Maintainers
Odoo Community Association (OCA), Sergio Corato, ABF OSIELL
Committers
Holger Brunn, sergiocorato, Weblate, OCA-git-bot, oca-travis, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
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
view_mrp_production_filter mrp.production.search.inherit mrp.production search Inherits mrp.view_mrp_production_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (3)
  • child_ids One2many → mrp.production
    domain=[('state', '!=', 'cancel')] args: 'mrp.production', 'parent_id', 'Child orders'
  • parent_id Many2one → mrp.production
    index=True ondelete='restrict' readonly=True args: 'mrp.production', 'Parent order'
  • root_id Many2one → mrp.production
    index=True ondelete='restrict' readonly=True args: 'mrp.production', 'Root order'
Public methods (1)
  • open_production_tree(self)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…