TIP: You can type at any time to perform a new search.
DDMRP Adjustment Matrix
ddmrp_adjustment_matrix · OCA/ddmrp
- Repository
- OCA/ddmrp · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Warehouse
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- https://github.com/OCA/ddmrp
- Last tracking update
- 2026-08-07 08:43:06
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- Lois Rilo, Weblate, oca-ci
- Odoo dependencies
- Python dependencies
- bokeh==3.6.3
- System dependencies
- None
- Required by
- None
- Description
Extends the DDMRP Adjustment module with a wizard that uses a 2D matrix widget to allow creating buffer adjustments in bulk across multiple periods and factors.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_ddmrp_adjustment_sheet_wizard_form |
ddmrp.adjustment.sheet.form1 | ddmrp.adjustment.sheet | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (10)
-
apply_dafBooleanstring='Demand Adjustment Factor' -
apply_gzafBooleanstring='Green Zone Adjustment Factor' -
apply_ltafBooleanstring='Lead Time Adjustment Factor' -
apply_rzafBooleanstring='Red Zone Adjustment Factor' -
apply_yzafBooleanstring='Yellow Zone Adjustment Factor' -
buffer_idsMany2many → stock.buffercomodel_name='stock.buffer'string='DDMRP Buffers' -
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' -
line_idsMany2many → ddmrp.adjustment.sheet.linecomodel_name='ddmrp.adjustment.sheet.line'string='Adjustments'
-
action_refresh(self) -
button_validate(self)
New fields (4)
-
date_range_idMany2one → date.rangecomodel_name='date.range'string='Period' -
factorCharstring='Factors' -
sheet_idMany2one → ddmrp.adjustment.sheetcomodel_name='ddmrp.adjustment.sheet' -
valueFloat
No public methods.