TIP: You can type at any time to perform a new search.
MRP Project Link (with operations)
mrp_operations_project · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Manufacturing
- Folder size
- 0.12 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- None
- Last tracking update
- 2026-08-07 07:03:07
- Authors
- Odoo Community Association (OCA), AvanzOSC, Serv. Tecnol. Avanzados - Pedro M. Baeza, OdooMRP team, Antiun IngenierÃa
- Maintainers
- Odoo Community Association (OCA), AvanzOSC, Serv. Tecnol. Avanzados - Pedro M. Baeza, OdooMRP team, Antiun IngenierÃa
- Committers
- Pedro M. Baeza, Stéphane Bidoul (ACSONE), Weblate, OCA Transbot, Daniel Dico, oca-travis
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- mrp_production_estimated_cost
- Description
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_production_project_form_view |
mrp.production.project.inh.form | mrp.production | form | Inherits mrp.mrp_production_form_view |
mrp_production_workcenter_form_view_inherit |
Workorder form view (task works) | mrp.production.workcenter.line | form | Inherits mrp_operations.mrp_production_workcenter_form_view_inherit |
project_task_mrp_form_view |
project.task.mrp.inh.form | project.task | form | Inherits mrp_project.project_task_mrp_form_view |
project_task_work_mrp |
Project task work view for MRP | project.task.work | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
task_m2mMany2many → project.taskcomodel_name='project.task'compute='_compute_task_m2m'
-
action_start_working(self)@api.multi
New fields (1)
-
workorder_scheduled_productsOne2many → mrp.production.product.linecomodel_name='mrp.production.product.line'inverse_name='task_id'related='workorder.product_line'store=Falsestring='Scheduled Products'
No public methods.