DDMRP Adjustment Matrix

ddmrp_adjustment_matrix
REPOSITORY
REPOSITORYOCA/ddmrp
GIT
GIThttps://github.com/OCA/ddmrp.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/ddmrp/tree/18.0/ddmrp_adjustment_matrix
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSLois Rilo, Weblate, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/ddmrp
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/ddmrp:
    - ddmrp_adjustment
    - ddmrp
OCA/manufacture:
    - mrp_multi_level
    - mrp_warehouse_calendar
OCA/server-tools:
    - base_cron_exclusion
OCA/server-ux:
    - date_range
OCA/stock-logistics-warehouse:
    - stock_demand_estimate
    - stock_warehouse_calendar
    - stock_location_is_sublocation
OCA/stock-logistics-workflow:
    - stock_move_quantity_product_uom
OCA/web:
    - web_widget_bokeh_chart
    - web_widget_x2many_2d_matrix
odoo/odoo:
    - purchase_stock
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - onboarding
    - analytic
    - purchase
    - mrp
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES bokeh==3.6.3
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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
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.