TIP: You can type at any time to perform a new search.
Production Orders Hierarchy
mrp_production_hierarchy · OCA/manufacture
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idsOne2many → mrp.productiondomain=[('state', '!=', 'cancel')] args: 'mrp.production', 'parent_id', 'Child orders' -
parent_idMany2one → mrp.productionindex=Trueondelete='restrict'readonly=True args: 'mrp.production', 'Parent order' -
root_idMany2one → mrp.productionindex=Trueondelete='restrict'readonly=True args: 'mrp.production', 'Root order'
-
open_production_tree(self)@api.multi
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…