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 IDNameModelTypeStatus
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_daf Boolean
    string='Demand Adjustment Factor'
  • apply_gzaf Boolean
    string='Green Zone Adjustment Factor'
  • apply_ltaf Boolean
    string='Lead Time Adjustment Factor'
  • apply_rzaf Boolean
    string='Red Zone Adjustment Factor'
  • apply_yzaf Boolean
    string='Yellow Zone Adjustment Factor'
  • buffer_ids Many2many → stock.buffer
    comodel_name='stock.buffer' string='DDMRP Buffers'
  • date_end Date
    required=True string='Date To'
  • date_range_type_id Many2one → date.range.type
    comodel_name='date.range.type' required=True string='Date Range Type'
  • date_start Date
    required=True string='Date From'
  • line_ids Many2many → ddmrp.adjustment.sheet.line
    comodel_name='ddmrp.adjustment.sheet.line' string='Adjustments'
Public methods (2)
  • action_refresh(self)
  • button_validate(self)

New fields (4)
  • date_range_id Many2one → date.range
    comodel_name='date.range' string='Period'
  • factor Char
    string='Factors'
  • sheet_id Many2one → ddmrp.adjustment.sheet
    comodel_name='ddmrp.adjustment.sheet'
  • value Float
Public methods (0)

No public methods.