TIP: You can type at any time to perform a new search.
MRP Planned Order Matrix
mrp_planned_order_matrix · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Warehouse Management
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/manufacture
- Last tracking update
- 2026-08-07 08:22:59
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- Weblate, OCA-git-bot, oca-ci, JasminSForgeFlow
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows to create fixed planned orders using a grid view.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_planned_order_wizard_view_form |
mrp.planned.order.wizard.form | mrp.planned.order.wizard | form | New |
stock_mrp_planned_order_sheet_view_form |
mrp.planned.order.sheet.form | mrp.planned.order.sheet | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (5)
-
date_endDatereadonly=Truestring='Date to' -
date_range_type_idMany2one → date.range.typecomodel_name='date.range.type'readonly=Truestring='Date Range Type' -
date_startDatereadonly=Truestring='Date From' -
line_idsMany2many → mrp.planned.order.sheet.linecomodel_name='mrp.planned.order.sheet.line'string='Items' -
product_mrp_area_idsMany2many → product.mrp.areacomodel_name='product.mrp.area'string='Product Parameters'
-
button_validate(self)
New fields (6)
-
date_range_idMany2one → date.rangecomodel_name='date.range'string='Date Range' -
mrp_planned_order_idsMany2many → mrp.planned.ordercomodel_name='mrp.planned.order' -
product_mrp_area_idMany2one → product.mrp.areacomodel_name='product.mrp.area'string='Product Parameters' -
product_qtyFloatdigits='Product UoM'string='Quantity' -
value_xCharstring='Period' -
value_yCharstring='Product'
No public methods.
New fields (4)
-
date_endDaterequired=Truestring='Date To' -
date_range_type_idMany2one → date.range.typecomodel_name='date.range.type'required=Truestring='Date Range Type' -
date_startDaterequired=Truestring='Date From' -
product_mrp_area_idsMany2many → product.mrp.areacomodel_name='product.mrp.area'required=Truestring='Product Parameters'
-
create_sheet(self)
Loading…
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 56 days ago
- Last activity
- 27 days ago
- Repository
- OCA/manufacture
- Pull request
- [18.0][MIG]mrp_planned_order_matrix (#1819)